Package org.yamcs.protobuf
Interface Mdb.SplineCalibratorInfo.SplinePointInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.SplineCalibratorInfo.SplinePointInfo,Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
- Enclosing class:
- Mdb.SplineCalibratorInfo
public static interface Mdb.SplineCalibratorInfo.SplinePointInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCalibrated()optional double calibrated = 2;doublegetRaw()optional double raw = 1;booleanhasCalibrated()optional double calibrated = 2;booleanhasRaw()optional double raw = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-