Package org.yamcs.protobuf
Interface Mdb.SplineCalibratorInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.SplineCalibratorInfo,Mdb.SplineCalibratorInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.SplineCalibratorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPoint(int index) Deprecated.intDeprecated.Deprecated.getPointOrBuilder(int index) Deprecated.Deprecated.getPoints(int index) repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;intrepeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;getPointsOrBuilder(int index) repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 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
-
getPointList
Deprecated.Deprecated, use `points` instead
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo point = 1 [deprecated = true]; -
getPoint
Deprecated.Deprecated, use `points` instead
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo point = 1 [deprecated = true]; -
getPointCount
Deprecated.Deprecated, use `points` instead
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo point = 1 [deprecated = true]; -
getPointOrBuilderList
@Deprecated List<? extends Mdb.SplineCalibratorInfo.SplinePointInfoOrBuilder> getPointOrBuilderList()Deprecated.Deprecated, use `points` instead
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo point = 1 [deprecated = true]; -
getPointOrBuilder
Deprecated.Deprecated, use `points` instead
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo point = 1 [deprecated = true]; -
getPointsList
List<Mdb.SplineCalibratorInfo.SplinePointInfo> getPointsList()repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2; -
getPoints
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2; -
getPointsCount
int getPointsCount()repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2; -
getPointsOrBuilderList
List<? extends Mdb.SplineCalibratorInfo.SplinePointInfoOrBuilder> getPointsOrBuilderList()repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2; -
getPointsOrBuilder
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
-