Uses of Class
org.refcodes.serial.FloatArraySection
-
Uses of FloatArraySection in org.refcodes.serial
Methods in org.refcodes.serial that return FloatArraySectionModifier and TypeMethodDescriptionstatic FloatArraySectionSerialSugar.floatArraySection()Constructs an emptyFloatArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static FloatArraySectionSerialSugar.floatArraySection(float... aValue) Constructs aFloatArraySectionwith the given float array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theFloatArraySection's value.static FloatArraySectionSerialSugar.floatArraySection(Float... aValue) Constructs aFloatArraySectionwith the given float array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theFloatArraySection's value.static FloatArraySectionSerialSugar.floatArraySection(String aAlias) Constructs an emptyFloatArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, float... aValue) Constructs aFloatArraySectionwith the given float array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theFloatArraySection's value.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, Float... aValue) Constructs aFloatArraySectionwith the given float array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theFloatArraySection's value.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyFloatArraySectionwith the givenEndianess.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, float... aValue) Constructs aFloatArraySectionwith the given float array payload and the givenEndianessfor the representation of theFloatArraySection's value.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, Float... aValue) Constructs aFloatArraySectionwith the given float array payload and the givenEndianessfor the representation of theFloatArraySection's value.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, float... aValue) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Float... aValue) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyFloatArraySectionwith the givenEndianess.static FloatArraySectionSerialSugar.floatArraySection(org.refcodes.numerical.Endianess aEndianess, float... aValue) Constructs aFloatArraySectionwith the given float array payload and the givenEndianessfor the representation of theFloatArraySection's value.static FloatArraySectionSerialSugar.floatArraySection(org.refcodes.numerical.Endianess aEndianess, Float... aValue) Constructs aFloatArraySectionwith the given float array payload and the givenEndianessfor the representation of theFloatArraySection's value.static FloatArraySectionSerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics, float... aValue) Constructs an according instance from the given configuration.static FloatArraySectionSerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics, Float... aValue) Constructs an according instance from the given configuration.FloatArraySection.withPayload(float[] aValue) FloatArraySection.withPayload(Float[] aPayload) Convenience method to convert the array of wrapper types into its counterpart with primitive types before invokingwithPayload(float[]).