Uses of Class
org.yamcs.protobuf.TcoStatus
-
Packages that use TcoStatus Package Description org.yamcs.protobuf -
-
Uses of TcoStatus in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TcoStatus Modifier and Type Field Description static com.google.protobuf.Parser<TcoStatus>TcoStatus. PARSERDeprecated.Methods in org.yamcs.protobuf that return TcoStatus Modifier and Type Method Description TcoStatusTcoStatus.Builder. build()TcoStatusTcoStatus.Builder. buildPartial()static TcoStatusTcoStatus. getDefaultInstance()TcoStatusTcoStatus.Builder. getDefaultInstanceForType()TcoStatusTcoStatus. getDefaultInstanceForType()static TcoStatusTcoStatus. parseDelimitedFrom(InputStream input)static TcoStatusTcoStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoStatusTcoStatus. parseFrom(byte[] data)static TcoStatusTcoStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoStatusTcoStatus. parseFrom(com.google.protobuf.ByteString data)static TcoStatusTcoStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoStatusTcoStatus. parseFrom(com.google.protobuf.CodedInputStream input)static TcoStatusTcoStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoStatusTcoStatus. parseFrom(InputStream input)static TcoStatusTcoStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoStatusTcoStatus. parseFrom(ByteBuffer data)static TcoStatusTcoStatus. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type TcoStatus Modifier and Type Method Description com.google.protobuf.Parser<TcoStatus>TcoStatus. getParserForType()static com.google.protobuf.Parser<TcoStatus>TcoStatus. parser()Methods in org.yamcs.protobuf with parameters of type TcoStatus Modifier and Type Method Description TcoStatus.BuilderTcoStatus.Builder. mergeFrom(TcoStatus other)static TcoStatus.BuilderTcoStatus. newBuilder(TcoStatus prototype)Method parameters in org.yamcs.protobuf with type arguments of type TcoStatus Modifier and Type Method Description abstract voidAbstractTimeCorrelationApi. getStatus(T ctx, GetTcoStatusRequest request, Observer<TcoStatus> observer)Get the TCO status Returns the TCO status comprising the currently used coefficients, the last computed deviation and the last received samples.voidTimeCorrelationApiClient. getStatus(Void ctx, GetTcoStatusRequest request, Observer<TcoStatus> observer)Get the TCO status Returns the TCO status comprising the currently used coefficients, the last computed deviation and the last received samples.
-