Package org.yamcs.protobuf
Interface Mdb.PolynomialCalibratorInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.PolynomialCalibratorInfo
,Mdb.PolynomialCalibratorInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.PolynomialCalibratorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getCoefficient
(int index) Deprecated.int
Deprecated.Deprecated.double
getCoefficients
(int index) repeated double coefficients = 2;
int
repeated double coefficients = 2;
repeated double coefficients = 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
-
getCoefficientList
Deprecated.Deprecated, use ``coefficients`` instead
repeated double coefficient = 1 [deprecated = true];
- Returns:
- A list containing the coefficient.
-
getCoefficientCount
Deprecated.Deprecated, use ``coefficients`` instead
repeated double coefficient = 1 [deprecated = true];
- Returns:
- The count of coefficient.
-
getCoefficient
Deprecated.Deprecated, use ``coefficients`` instead
repeated double coefficient = 1 [deprecated = true];
- Parameters:
index
- The index of the element to return.- Returns:
- The coefficient at the given index.
-
getCoefficientsList
repeated double coefficients = 2;
- Returns:
- A list containing the coefficients.
-
getCoefficientsCount
int getCoefficientsCount()repeated double coefficients = 2;
- Returns:
- The count of coefficients.
-
getCoefficients
double getCoefficients(int index) repeated double coefficients = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The coefficients at the given index.
-