Uses of Class
org.yamcs.protobuf.TcoConfig
-
Packages that use TcoConfig Package Description org.yamcs.protobuf -
-
Uses of TcoConfig in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TcoConfig Modifier and Type Field Description static com.google.protobuf.Parser<TcoConfig>TcoConfig. PARSERDeprecated.Methods in org.yamcs.protobuf that return TcoConfig Modifier and Type Method Description TcoConfigTcoConfig.Builder. build()TcoConfigTcoConfig.Builder. buildPartial()TcoConfigSetTcoConfigRequest.Builder. getConfig()configuration to setTcoConfigSetTcoConfigRequest. getConfig()configuration to setTcoConfigSetTcoConfigRequestOrBuilder. getConfig()configuration to setstatic TcoConfigTcoConfig. getDefaultInstance()TcoConfigTcoConfig.Builder. getDefaultInstanceForType()TcoConfigTcoConfig. getDefaultInstanceForType()static TcoConfigTcoConfig. parseDelimitedFrom(InputStream input)static TcoConfigTcoConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoConfigTcoConfig. parseFrom(byte[] data)static TcoConfigTcoConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoConfigTcoConfig. parseFrom(com.google.protobuf.ByteString data)static TcoConfigTcoConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoConfigTcoConfig. parseFrom(com.google.protobuf.CodedInputStream input)static TcoConfigTcoConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoConfigTcoConfig. parseFrom(InputStream input)static TcoConfigTcoConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcoConfigTcoConfig. parseFrom(ByteBuffer data)static TcoConfigTcoConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type TcoConfig Modifier and Type Method Description com.google.protobuf.Parser<TcoConfig>TcoConfig. getParserForType()static com.google.protobuf.Parser<TcoConfig>TcoConfig. parser()Methods in org.yamcs.protobuf with parameters of type TcoConfig Modifier and Type Method Description SetTcoConfigRequest.BuilderSetTcoConfigRequest.Builder. mergeConfig(TcoConfig value)configuration to setTcoConfig.BuilderTcoConfig.Builder. mergeFrom(TcoConfig other)static TcoConfig.BuilderTcoConfig. newBuilder(TcoConfig prototype)SetTcoConfigRequest.BuilderSetTcoConfigRequest.Builder. setConfig(TcoConfig value)configuration to setMethod parameters in org.yamcs.protobuf with type arguments of type TcoConfig Modifier and Type Method Description abstract voidAbstractTimeCorrelationApi. getConfig(T ctx, GetTcoConfigRequest request, Observer<TcoConfig> observer)Get the TCO config Returns the TCO configuration comprising the accuracy, validity and the fixed delays.voidTimeCorrelationApiClient. getConfig(Void ctx, GetTcoConfigRequest request, Observer<TcoConfig> observer)Get the TCO config Returns the TCO configuration comprising the accuracy, validity and the fixed delays.
-