Interface Pvalue.ParameterValueOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Pvalue.ParameterValue, Pvalue.ParameterValue.Builder
    Enclosing class:
    Pvalue

    public static interface Pvalue.ParameterValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

        boolean hasId()
        optional .yamcs.protobuf.NamedObjectId id = 1;
      • hasRawValue

        boolean hasRawValue()
        optional .yamcs.protobuf.Value rawValue = 2;
      • getRawValue

        Yamcs.Value getRawValue()
        optional .yamcs.protobuf.Value rawValue = 2;
      • getRawValueOrBuilder

        Yamcs.ValueOrBuilder getRawValueOrBuilder()
        optional .yamcs.protobuf.Value rawValue = 2;
      • hasEngValue

        boolean hasEngValue()
        optional .yamcs.protobuf.Value engValue = 3;
      • getEngValue

        Yamcs.Value getEngValue()
        optional .yamcs.protobuf.Value engValue = 3;
      • getEngValueOrBuilder

        Yamcs.ValueOrBuilder getEngValueOrBuilder()
        optional .yamcs.protobuf.Value engValue = 3;
      • hasAcquisitionTime

        boolean hasAcquisitionTime()
        optional .google.protobuf.Timestamp acquisitionTime = 4;
      • getAcquisitionTime

        com.google.protobuf.Timestamp getAcquisitionTime()
        optional .google.protobuf.Timestamp acquisitionTime = 4;
      • getAcquisitionTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getAcquisitionTimeOrBuilder()
        optional .google.protobuf.Timestamp acquisitionTime = 4;
      • hasGenerationTime

        boolean hasGenerationTime()
        optional .google.protobuf.Timestamp generationTime = 5;
      • getGenerationTime

        com.google.protobuf.Timestamp getGenerationTime()
        optional .google.protobuf.Timestamp generationTime = 5;
      • getGenerationTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
        optional .google.protobuf.Timestamp generationTime = 5;
      • hasAcquisitionStatus

        boolean hasAcquisitionStatus()
        optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
      • getAcquisitionStatus

        Pvalue.AcquisitionStatus getAcquisitionStatus()
        optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
      • hasProcessingStatus

        boolean hasProcessingStatus()
        optional bool processingStatus = 7;
      • getProcessingStatus

        boolean getProcessingStatus()
        optional bool processingStatus = 7;
      • hasMonitoringResult

        boolean hasMonitoringResult()
        optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
      • getMonitoringResult

        Pvalue.MonitoringResult getMonitoringResult()
        optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
      • hasRangeCondition

        boolean hasRangeCondition()
        optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
      • getRangeCondition

        Pvalue.RangeCondition getRangeCondition()
        optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
      • hasAcquisitionTimeUTC

        @Deprecated
        boolean hasAcquisitionTimeUTC()
        Deprecated.
         same as the Timestamps above 
         
        optional string acquisitionTimeUTC = 11 [deprecated = true];
      • getAcquisitionTimeUTC

        @Deprecated
        String getAcquisitionTimeUTC()
        Deprecated.
         same as the Timestamps above 
         
        optional string acquisitionTimeUTC = 11 [deprecated = true];
      • getAcquisitionTimeUTCBytes

        @Deprecated
        com.google.protobuf.ByteString getAcquisitionTimeUTCBytes()
        Deprecated.
         same as the Timestamps above 
         
        optional string acquisitionTimeUTC = 11 [deprecated = true];
      • hasGenerationTimeUTC

        @Deprecated
        boolean hasGenerationTimeUTC()
        Deprecated.
        optional string generationTimeUTC = 12 [deprecated = true];
      • getGenerationTimeUTC

        @Deprecated
        String getGenerationTimeUTC()
        Deprecated.
        optional string generationTimeUTC = 12 [deprecated = true];
      • getGenerationTimeUTCBytes

        @Deprecated
        com.google.protobuf.ByteString getGenerationTimeUTCBytes()
        Deprecated.
        optional string generationTimeUTC = 12 [deprecated = true];
      • getAlarmRangeList

        List<Mdb.AlarmRange> getAlarmRangeList()
         Context-dependent ranges
         
        repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
      • getAlarmRange

        Mdb.AlarmRange getAlarmRange​(int index)
         Context-dependent ranges
         
        repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
      • getAlarmRangeCount

        int getAlarmRangeCount()
         Context-dependent ranges
         
        repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
      • getAlarmRangeOrBuilderList

        List<? extends Mdb.AlarmRangeOrBuilder> getAlarmRangeOrBuilderList()
         Context-dependent ranges
         
        repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
      • getAlarmRangeOrBuilder

        Mdb.AlarmRangeOrBuilder getAlarmRangeOrBuilder​(int index)
         Context-dependent ranges
         
        repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
      • hasExpireMillis

        boolean hasExpireMillis()
         How long (in milliseconds) this parameter value is valid
         Note that there is an option when subscribing to parameters to get
         updated when the parameter values expire. 
         
        optional int64 expireMillis = 26;
      • getExpireMillis

        long getExpireMillis()
         How long (in milliseconds) this parameter value is valid
         Note that there is an option when subscribing to parameters to get
         updated when the parameter values expire. 
         
        optional int64 expireMillis = 26;
      • hasNumericId

        boolean hasNumericId()
         When transferring parameters over WebSocket, this value might be used
         instead of the id above in order to reduce the bandwidth.
         Note that the id <-> numericId assignment is only valid in the context
         of a single WebSocket connection.
         
        optional uint32 numericId = 27;
      • getNumericId

        int getNumericId()
         When transferring parameters over WebSocket, this value might be used
         instead of the id above in order to reduce the bandwidth.
         Note that the id <-> numericId assignment is only valid in the context
         of a single WebSocket connection.
         
        optional uint32 numericId = 27;