Package org.yamcs.protobuf
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Pvalue.AcquisitionStatusgetAcquisitionStatus()optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;com.google.protobuf.TimestampgetAcquisitionTime()optional .google.protobuf.Timestamp acquisitionTime = 4;com.google.protobuf.TimestampOrBuildergetAcquisitionTimeOrBuilder()optional .google.protobuf.Timestamp acquisitionTime = 4;StringgetAcquisitionTimeUTC()Deprecated.com.google.protobuf.ByteStringgetAcquisitionTimeUTCBytes()Deprecated.Mdb.AlarmRangegetAlarmRange(int index)Context-dependent rangesintgetAlarmRangeCount()Context-dependent rangesList<Mdb.AlarmRange>getAlarmRangeList()Context-dependent rangesMdb.AlarmRangeOrBuildergetAlarmRangeOrBuilder(int index)Context-dependent rangesList<? extends Mdb.AlarmRangeOrBuilder>getAlarmRangeOrBuilderList()Context-dependent rangesYamcs.ValuegetEngValue()optional .yamcs.protobuf.Value engValue = 3;Yamcs.ValueOrBuildergetEngValueOrBuilder()optional .yamcs.protobuf.Value engValue = 3;longgetExpireMillis()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.com.google.protobuf.TimestampgetGenerationTime()optional .google.protobuf.Timestamp generationTime = 5;com.google.protobuf.TimestampOrBuildergetGenerationTimeOrBuilder()optional .google.protobuf.Timestamp generationTime = 5;StringgetGenerationTimeUTC()Deprecated.com.google.protobuf.ByteStringgetGenerationTimeUTCBytes()Deprecated.Yamcs.NamedObjectIdgetId()optional .yamcs.protobuf.NamedObjectId id = 1;Yamcs.NamedObjectIdOrBuildergetIdOrBuilder()optional .yamcs.protobuf.NamedObjectId id = 1;Pvalue.MonitoringResultgetMonitoringResult()optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;intgetNumericId()When transferring parameters over WebSocket, this value might be used instead of the id above in order to reduce the bandwidth.booleangetProcessingStatus()optional bool processingStatus = 7;Pvalue.RangeConditiongetRangeCondition()optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;Yamcs.ValuegetRawValue()optional .yamcs.protobuf.Value rawValue = 2;Yamcs.ValueOrBuildergetRawValueOrBuilder()optional .yamcs.protobuf.Value rawValue = 2;booleanhasAcquisitionStatus()optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;booleanhasAcquisitionTime()optional .google.protobuf.Timestamp acquisitionTime = 4;booleanhasAcquisitionTimeUTC()Deprecated.booleanhasEngValue()optional .yamcs.protobuf.Value engValue = 3;booleanhasExpireMillis()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.booleanhasGenerationTime()optional .google.protobuf.Timestamp generationTime = 5;booleanhasGenerationTimeUTC()Deprecated.booleanhasId()optional .yamcs.protobuf.NamedObjectId id = 1;booleanhasMonitoringResult()optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;booleanhasNumericId()When transferring parameters over WebSocket, this value might be used instead of the id above in order to reduce the bandwidth.booleanhasProcessingStatus()optional bool processingStatus = 7;booleanhasRangeCondition()optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;booleanhasRawValue()optional .yamcs.protobuf.Value rawValue = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional .yamcs.protobuf.NamedObjectId id = 1;
-
getId
Yamcs.NamedObjectId getId()
optional .yamcs.protobuf.NamedObjectId id = 1;
-
getIdOrBuilder
Yamcs.NamedObjectIdOrBuilder getIdOrBuilder()
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;
-
-