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 Detail

      • hasType

        boolean hasType()
        optional .yamcs.protobuf.mdb.DataEncodingInfo.Type type = 1;
      • hasLittleEndian

        boolean hasLittleEndian()
        optional bool littleEndian = 2;
      • getLittleEndian

        boolean getLittleEndian()
        optional bool littleEndian = 2;
      • hasSizeInBits

        boolean hasSizeInBits()
        optional int32 sizeInBits = 3;
      • getSizeInBits

        int getSizeInBits()
        optional int32 sizeInBits = 3;
      • hasEncoding

        boolean hasEncoding()
        optional string encoding = 4;
      • getEncoding

        String getEncoding()
        optional string encoding = 4;
      • getEncodingBytes

        com.google.protobuf.ByteString getEncodingBytes()
        optional string encoding = 4;
      • hasDefaultCalibrator

        boolean hasDefaultCalibrator()
        optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
      • getDefaultCalibrator

        Mdb.CalibratorInfo getDefaultCalibrator()
        optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
      • 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;