Package org.yamcs.algo
Class LeadingSizeBinaryDecoder
java.lang.Object
org.yamcs.mdb.AbstractDataDecoder
org.yamcs.algo.LeadingSizeBinaryDecoder
- All Implemented Interfaces:
AlgorithmExecutor
,DataDecoder
-
Constructor Summary
ConstructorsConstructorDescriptionLeadingSizeBinaryDecoder
(CustomAlgorithm alg, AlgorithmExecutionContext ctx, Integer sizeInBitsOfSizeTag) -
Method Summary
Modifier and TypeMethodDescriptionextractRaw
(DataEncoding de, BitBuffer buffer) Extracts the raw value from the buffer.Methods inherited from class org.yamcs.mdb.AbstractDataDecoder
addExecListener, execute, getAlgorithm, getExecutionContext, removeExecListener, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.yamcs.algorithms.AlgorithmExecutor
getInputList, getOutputList
-
Constructor Details
-
LeadingSizeBinaryDecoder
public LeadingSizeBinaryDecoder(CustomAlgorithm alg, AlgorithmExecutionContext ctx, Integer sizeInBitsOfSizeTag)
-
-
Method Details
-
extractRaw
Description copied from interface:DataDecoder
Extracts the raw value from the buffer. The offset inside the buffer shall be moved to the end of the parameter- Returns:
-