Class BinaryDataEncoding

  • All Implemented Interfaces:
    Serializable

    public class BinaryDataEncoding
    extends DataEncoding
    Although XTCE suggests that this class could be used to encode/decode integer/float/string data, In Yamcs this is used just for encoding binary data (i.e. binary to binary). See DataEncoding for how to use the other classes to encode/decode arbitrary binary to a float/integer/string.

    DIFFERS_FROM_XTCE: XTCE doesn't support LEADING_SIZE parameter types (it does only for strings). However it allows the size to be specified dynamically by the value of another parameter.

    See Also:
    Serialized Form