Uses of Class
org.refcodes.serial.DoubleSegment
-
Uses of DoubleSegment in org.refcodes.serial
Methods in org.refcodes.serial that return DoubleSegmentModifier and TypeMethodDescriptionstatic DoubleSegmentSerialSugar.doubleSegment()Constructs an emptyDoubleSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theDoubleSegment's value.static DoubleSegmentSerialSugar.doubleSegment(Double aValue) Constructs aDoubleSegmentwith the given double payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theDoubleSegment's value.static DoubleSegmentSerialSugar.doubleSegment(Double aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aDoubleSegmentwith the given double payload and the givenEndianessfor the representation of theSegment's value.static DoubleSegmentSerialSugar.doubleSegment(Double aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleSegmentSerialSugar.doubleSegment(String aAlias) Constructs an emptyDoubleSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theDoubleSegment's value.static DoubleSegmentSerialSugar.doubleSegment(String aAlias, Double aValue) Constructs aDoubleSegmentwith the given double payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theDoubleSegment's value.static DoubleSegmentSerialSugar.doubleSegment(String aAlias, Double aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aDoubleSegmentwith the given double payload and the givenEndianessfor the representation of theSegment's value.static DoubleSegmentSerialSugar.doubleSegment(String aAlias, Double aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleSegmentSerialSugar.doubleSegment(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyDoubleSegmentwith the givenEndianessendian representation of theDoubleSegment's value.static DoubleSegmentSerialSugar.doubleSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleSegmentSerialSugar.doubleSegment(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyDoubleSegmentwith the givenEndianessendian representation of theDoubleSegment's value.static DoubleSegmentSerialSugar.doubleSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.DoubleSegment.withPayload(Double aValue)