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 TypeMethodDescriptiondouble
optional double accuracy = 1;
double
optional double defaultTof = 4;
double
optional double onboardDelay = 3;
double
optional double validity = 2;
boolean
optional double accuracy = 1;
boolean
optional double defaultTof = 4;
boolean
optional double onboardDelay = 3;
boolean
optional double validity = 2;
Methods 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
-
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.
-