Package org.yamcs.protobuf
Interface TcoConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TcoConfig,TcoConfig.Builder
public interface TcoConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleoptional double accuracy = 1;doubleoptional double defaultTof = 4;doubleoptional double onboardDelay = 3;doubleoptional double validity = 2;booleanoptional double accuracy = 1;booleanoptional double defaultTof = 4;booleanoptional double onboardDelay = 3;booleanoptional double validity = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAccuracy
boolean hasAccuracy()optional double accuracy = 1;- Returns:
- Whether the accuracy field is set.
-
getAccuracy
double getAccuracy()optional double accuracy = 1;- Returns:
- The accuracy.
-
hasValidity
boolean hasValidity()optional double validity = 2;- Returns:
- Whether the validity field is set.
-
getValidity
double getValidity()optional double validity = 2;- Returns:
- The validity.
-
hasOnboardDelay
boolean hasOnboardDelay()optional double onboardDelay = 3;- Returns:
- Whether the onboardDelay field is set.
-
getOnboardDelay
double getOnboardDelay()optional double onboardDelay = 3;- Returns:
- The onboardDelay.
-
hasDefaultTof
boolean hasDefaultTof()optional double defaultTof = 4;- Returns:
- Whether the defaultTof field is set.
-
getDefaultTof
double getDefaultTof()optional double defaultTof = 4;- Returns:
- The defaultTof.
-