Package org.yamcs.mdb
Interface DataDecoder
- All Superinterfaces:
AlgorithmExecutor
- All Known Implementing Classes:
AbstractDataDecoder
,BitMaskBooleanDecoder
,HexStringDecoder
,LeadingSizeBinaryDecoder
,RemainingBinaryDecoder
,ReverseBinaryDecoder
,TimeBinaryDecoder
Interface to be implemented by the custom XTCE DataEncoding decoders - fromBinaryTransformAlgorithm
-
Method Summary
Modifier and TypeMethodDescriptionextractRaw
(DataEncoding de, ContainerProcessingContext pcontext, BitBuffer buffer) Extracts the raw value from the buffer.Methods inherited from interface org.yamcs.algorithms.AlgorithmExecutor
dispose, execute, getAlgorithm, getExecutionContext, getInputList, getOutputList, update
-
Method Details
-
extractRaw
Extracts the raw value from the buffer. The offset inside the buffer shall be moved to the end of the parameter
-