Package org.yamcs.protobuf
Interface TcoStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TcoStatus
,TcoStatus.Builder
public interface TcoStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCurrently used coefficients.Currently used coefficients.com.google.protobuf.Timestamp
The time when the coefficients have been computedcom.google.protobuf.TimestampOrBuilder
The time when the coefficients have been computeddouble
The last computed deviationgetSamples
(int index) The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsint
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsThe last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsgetSamplesOrBuilder
(int index) The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsList<? extends TcoSampleOrBuilder>
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsboolean
Currently used coefficients.boolean
The time when the coefficients have been computedboolean
The last computed deviationMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCoefficients
boolean hasCoefficients()Currently used coefficients. If not present, the synchronization is not established
optional .yamcs.protobuf.tco.TcoCoefficients coefficients = 1;
- Returns:
- Whether the coefficients field is set.
-
getCoefficients
TcoCoefficients getCoefficients()Currently used coefficients. If not present, the synchronization is not established
optional .yamcs.protobuf.tco.TcoCoefficients coefficients = 1;
- Returns:
- The coefficients.
-
getCoefficientsOrBuilder
TcoCoefficientsOrBuilder getCoefficientsOrBuilder()Currently used coefficients. If not present, the synchronization is not established
optional .yamcs.protobuf.tco.TcoCoefficients coefficients = 1;
-
hasCoefficientsTime
boolean hasCoefficientsTime()The time when the coefficients have been computed
optional .google.protobuf.Timestamp coefficientsTime = 2;
- Returns:
- Whether the coefficientsTime field is set.
-
getCoefficientsTime
com.google.protobuf.Timestamp getCoefficientsTime()The time when the coefficients have been computed
optional .google.protobuf.Timestamp coefficientsTime = 2;
- Returns:
- The coefficientsTime.
-
getCoefficientsTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCoefficientsTimeOrBuilder()The time when the coefficients have been computed
optional .google.protobuf.Timestamp coefficientsTime = 2;
-
hasDeviation
boolean hasDeviation()The last computed deviation
optional double deviation = 3;
- Returns:
- Whether the deviation field is set.
-
getDeviation
double getDeviation()The last computed deviation
optional double deviation = 3;
- Returns:
- The deviation.
-
getSamplesList
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
repeated .yamcs.protobuf.tco.TcoSample samples = 4;
-
getSamples
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
repeated .yamcs.protobuf.tco.TcoSample samples = 4;
-
getSamplesCount
int getSamplesCount()The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
repeated .yamcs.protobuf.tco.TcoSample samples = 4;
-
getSamplesOrBuilderList
List<? extends TcoSampleOrBuilder> getSamplesOrBuilderList()The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
repeated .yamcs.protobuf.tco.TcoSample samples = 4;
-
getSamplesOrBuilder
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
repeated .yamcs.protobuf.tco.TcoSample samples = 4;
-