Uses of Class
org.yamcs.protobuf.TcoSample

Packages that use TcoSample
Package
Description
 
  • Uses of TcoSample in org.yamcs.protobuf

    Fields in org.yamcs.protobuf with type parameters of type TcoSample
    Modifier and Type
    Field
    Description
    static final com.google.protobuf.Parser<TcoSample>
    TcoSample.PARSER
    Deprecated.
    Methods in org.yamcs.protobuf that return TcoSample
    Modifier and Type
    Method
    Description
    TcoSample.Builder.build()
     
    TcoSample.Builder.buildPartial()
     
    static TcoSample
    TcoSample.getDefaultInstance()
     
    TcoSample.Builder.getDefaultInstanceForType()
     
     
    TcoStatus.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 settings
    TcoStatus.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 settings
    TcoStatusOrBuilder.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 settings
    static TcoSample
     
    static TcoSample
    TcoSample.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static TcoSample
    TcoSample.parseFrom(byte[] data)
     
    static TcoSample
    TcoSample.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static TcoSample
    TcoSample.parseFrom(com.google.protobuf.ByteString data)
     
    static TcoSample
    TcoSample.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static TcoSample
    TcoSample.parseFrom(com.google.protobuf.CodedInputStream input)
     
    static TcoSample
    TcoSample.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static TcoSample
    TcoSample.parseFrom(InputStream input)
     
    static TcoSample
    TcoSample.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static TcoSample
    TcoSample.parseFrom(ByteBuffer data)
     
    static TcoSample
    TcoSample.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()
     
    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 settings
    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 settings
    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 settings
    static com.google.protobuf.Parser<TcoSample>
    TcoSample.parser()
     
    Methods in org.yamcs.protobuf with parameters of type TcoSample
    Modifier and Type
    Method
    Description
    TcoStatus.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 settings
    TcoStatus.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 settings
    TcoSample.Builder.mergeFrom(TcoSample other)
     
    TcoSample.newBuilder(TcoSample prototype)
     
    TcoStatus.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 settings
    Method parameters in org.yamcs.protobuf with type arguments of type TcoSample
    Modifier and Type
    Method
    Description
    TcoStatus.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