Uses of Class
org.refcodes.serial.DoubleArraySection
-
Uses of DoubleArraySection in org.refcodes.serial
Methods in org.refcodes.serial that return DoubleArraySectionModifier and TypeMethodDescriptionstatic DoubleArraySectionSerialSugar.doubleArraySection()Constructs an emptyDoubleArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static DoubleArraySectionSerialSugar.doubleArraySection(double... aValue) Constructs aDoubleArraySectionwith the given double array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theDoubleArraySection's value.static DoubleArraySectionSerialSugar.doubleArraySection(Double... aValue) Constructs aDoubleArraySectionwith the given double array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theDoubleArraySection's value.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias) Constructs an emptyDoubleArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, double... aValue) Constructs aDoubleArraySectionwith the given double array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theDoubleArraySection's value.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, Double... aValue) Constructs aDoubleArraySectionwith the given double array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theDoubleArraySection's value.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyDoubleArraySectionwith the givenEndianess.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, double... aValue) Constructs aDoubleArraySectionwith the given double array payload and the givenEndianessfor the representation of theDoubleArraySection's value.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, Double... aValue) Constructs aDoubleArraySectionwith the given double array payload and the givenEndianessfor the representation of theDoubleArraySection's value.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, double... aValue) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Double... aValue) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyDoubleArraySectionwith the givenEndianess.static DoubleArraySectionSerialSugar.doubleArraySection(org.refcodes.numerical.Endianess aEndianess, double... aValue) Constructs aDoubleArraySectionwith the given double array payload and the givenEndianessfor the representation of theDoubleArraySection's value.static DoubleArraySectionSerialSugar.doubleArraySection(org.refcodes.numerical.Endianess aEndianess, Double... aValue) Constructs aDoubleArraySectionwith the given double array payload and the givenEndianessfor the representation of theDoubleArraySection's value.static DoubleArraySectionSerialSugar.doubleArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(TransmissionMetrics aTransmissionMetrics, double... aValue) Constructs an according instance from the given configuration.static DoubleArraySectionSerialSugar.doubleArraySection(TransmissionMetrics aTransmissionMetrics, Double... aValue) Constructs an according instance from the given configuration.DoubleArraySection.withPayload(double[] aValue) DoubleArraySection.withPayload(Double[] aPayload) Convenience method to convert the array of wrapper types into its counterpart with primitive types before invokingwithPayload(double[]).