Class ReverseBinaryEncoder

java.lang.Object
org.yamcs.mdb.AbstractDataEncoder
org.yamcs.algo.ReverseBinaryEncoder
All Implemented Interfaces:
AlgorithmExecutor, DataEncoder

public class ReverseBinaryEncoder extends AbstractDataEncoder
A custom data encoder that converts provided binary to encoded binary in the reverse byte order.
  • Constructor Details

  • Method Details

    • encodeRaw

      public void encodeRaw(DataEncoding de, Value rawValue, BitBuffer buffer, TcProcessingContext ctx)
      Description copied from interface: DataEncoder
      Encode the raw value into the buffer.

      The offset inside the buffer shall be moved to the end of the parameter

      Parameters:
      de - the data encoding definition of which this algorithm is part of
      rawValue - raw value to be encoded
      buffer - buffer in which the value should be encoded
      ctx - TC processing context