Uses of Class
org.yamcs.xtce.DataEncoding
Packages that use DataEncoding
-
Uses of DataEncoding in org.yamcs.xtce
Subclasses of DataEncoding in org.yamcs.xtceModifier and TypeClassDescriptionclassAlthough 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).classFor boolean data.classFor common encodings of floating point data.classFor all major encodings of integer dataclassFor common encodings of string data.Fields in org.yamcs.xtce declared as DataEncodingMethods in org.yamcs.xtce that return DataEncodingModifier and TypeMethodDescriptionprotected abstract DataEncodingDataEncoding.Builder.build()abstract DataEncodingDataEncoding.copy()Create a shallow copy of the data encodingAggregateParameterType.getEncoding()ArrayParameterType.getEncoding()BaseDataType.getEncoding()NumericParameterType.getEncoding()ParameterType.getEncoding()Get the data encoding for the parameter type.Constructors in org.yamcs.xtce with parameters of type DataEncoding