Uses of Class
org.refcodes.serial.FloatSegment
-
Uses of FloatSegment in org.refcodes.serial
Methods in org.refcodes.serial that return FloatSegmentModifier and TypeMethodDescriptionstatic FloatSegmentSerialSugar.floatSegment()Constructs an emptyFloatSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theFloatSegment's value.static FloatSegmentSerialSugar.floatSegment(Float aValue) Constructs aFloatSegmentwith the given float payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theFloatSegment's value.static FloatSegmentSerialSugar.floatSegment(Float aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aFloatSegmentwith the given float payload and the givenEndianessfor the representation of theSegment's value.static FloatSegmentSerialSugar.floatSegment(Float aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatSegmentSerialSugar.floatSegment(String aAlias) Constructs an emptyFloatSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theFloatSegment's value.static FloatSegmentSerialSugar.floatSegment(String aAlias, Float aValue) Constructs aFloatSegmentwith the given float payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theFloatSegment's value.static FloatSegmentSerialSugar.floatSegment(String aAlias, Float aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aFloatSegmentwith the given float payload and the givenEndianessfor the representation of theSegment's value.static FloatSegmentSerialSugar.floatSegment(String aAlias, Float aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatSegmentSerialSugar.floatSegment(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyFloatSegmentwith the givenEndianessendian representation of theFloatSegment's value.static FloatSegmentSerialSugar.floatSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatSegmentSerialSugar.floatSegment(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyFloatSegmentwith the givenEndianessendian representation of theFloatSegment's value.static FloatSegmentSerialSugar.floatSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.FloatSegment.withPayload(Float aValue)