Uses of Class
org.yamcs.protobuf.TcoSample
-
Packages that use TcoSample Package Description org.yamcs.protobuf -
-
Uses of TcoSample in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TcoSample Modifier and Type Field Description static com.google.protobuf.Parser<TcoSample>TcoSample. PARSERDeprecated.Methods in org.yamcs.protobuf that return TcoSample Modifier and Type Method Description TcoSampleTcoSample.Builder. build()TcoSampleTcoSample.Builder. buildPartial()static TcoSampleTcoSample. getDefaultInstance()TcoSampleTcoSample.Builder. getDefaultInstanceForType()TcoSampleTcoSample. getDefaultInstanceForType()TcoSampleTcoStatus.Builder. getSamples(int index)The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsTcoSampleTcoStatus. getSamples(int index)The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsTcoSampleTcoStatusOrBuilder. getSamples(int index)The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsstatic TcoSampleTcoSample. parseDelimitedFrom(InputStream input)static TcoSampleTcoSample. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoSampleTcoSample. parseFrom(byte[] data)static TcoSampleTcoSample. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoSampleTcoSample. parseFrom(com.google.protobuf.ByteString data)static TcoSampleTcoSample. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoSampleTcoSample. parseFrom(com.google.protobuf.CodedInputStream input)static TcoSampleTcoSample. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoSampleTcoSample. parseFrom(InputStream input)static TcoSampleTcoSample. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoSampleTcoSample. parseFrom(ByteBuffer data)static TcoSampleTcoSample. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type TcoSample Modifier and Type Method Description com.google.protobuf.Parser<TcoSample>TcoSample. getParserForType()List<TcoSample>TcoStatus.Builder. getSamplesList()The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsList<TcoSample>TcoStatus. getSamplesList()The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsList<TcoSample>TcoStatusOrBuilder. getSamplesList()The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsstatic com.google.protobuf.Parser<TcoSample>TcoSample. parser()Methods in org.yamcs.protobuf with parameters of type TcoSample Modifier and Type Method Description TcoStatus.BuilderTcoStatus.Builder. addSamples(int index, TcoSample value)The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsTcoStatus.BuilderTcoStatus.Builder. addSamples(TcoSample value)The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsTcoSample.BuilderTcoSample.Builder. mergeFrom(TcoSample other)static TcoSample.BuilderTcoSample. newBuilder(TcoSample prototype)TcoStatus.BuilderTcoStatus.Builder. setSamples(int index, TcoSample value)The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settingsMethod parameters in org.yamcs.protobuf with type arguments of type TcoSample Modifier and Type Method Description TcoStatus.BuilderTcoStatus.Builder. addAllSamples(Iterable<? extends TcoSample> values)The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
-