Interface Mdb.DataEncodingInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mdb.DataEncodingInfo, Mdb.DataEncodingInfo.Builder
Enclosing class:
Mdb

public static interface Mdb.DataEncodingInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasType

      boolean hasType()
      optional .yamcs.protobuf.mdb.DataEncodingInfo.Type type = 1;
      Returns:
      Whether the type field is set.
    • getType

      optional .yamcs.protobuf.mdb.DataEncodingInfo.Type type = 1;
      Returns:
      The type.
    • hasLittleEndian

      boolean hasLittleEndian()
      optional bool littleEndian = 2;
      Returns:
      Whether the littleEndian field is set.
    • getLittleEndian

      boolean getLittleEndian()
      optional bool littleEndian = 2;
      Returns:
      The littleEndian.
    • hasSizeInBits

      boolean hasSizeInBits()
      optional int32 sizeInBits = 3;
      Returns:
      Whether the sizeInBits field is set.
    • getSizeInBits

      int getSizeInBits()
      optional int32 sizeInBits = 3;
      Returns:
      The sizeInBits.
    • hasEncoding

      boolean hasEncoding()
      optional string encoding = 4;
      Returns:
      Whether the encoding field is set.
    • getEncoding

      String getEncoding()
      optional string encoding = 4;
      Returns:
      The encoding.
    • getEncodingBytes

      com.google.protobuf.ByteString getEncodingBytes()
      optional string encoding = 4;
      Returns:
      The bytes for encoding.
    • hasDefaultCalibrator

      boolean hasDefaultCalibrator()
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
      Returns:
      Whether the defaultCalibrator field is set.
    • getDefaultCalibrator

      Mdb.CalibratorInfo getDefaultCalibrator()
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
      Returns:
      The defaultCalibrator.
    • getDefaultCalibratorOrBuilder

      Mdb.CalibratorInfoOrBuilder getDefaultCalibratorOrBuilder()
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
    • getContextCalibratorList

      List<Mdb.ContextCalibratorInfo> getContextCalibratorList()
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
    • getContextCalibrator

      Mdb.ContextCalibratorInfo getContextCalibrator(int index)
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
    • getContextCalibratorCount

      int getContextCalibratorCount()
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
    • getContextCalibratorOrBuilderList

      List<? extends Mdb.ContextCalibratorInfoOrBuilder> getContextCalibratorOrBuilderList()
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
    • getContextCalibratorOrBuilder

      Mdb.ContextCalibratorInfoOrBuilder getContextCalibratorOrBuilder(int index)
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;