Interface TcoStatusOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TcoStatus, TcoStatus.Builder

    public interface TcoStatusOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TcoCoefficients getCoefficients()
      Currently used coefficients.
      TcoCoefficientsOrBuilder getCoefficientsOrBuilder()
      Currently used coefficients.
      com.google.protobuf.Timestamp getCoefficientsTime()
      The time when the coefficients have been computed
      com.google.protobuf.TimestampOrBuilder getCoefficientsTimeOrBuilder()
      The time when the coefficients have been computed
      double getDeviation()
      The last computed deviation
      TcoSample 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
      int getSamplesCount()
      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
      List<TcoSample> 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
      TcoSampleOrBuilder getSamplesOrBuilder​(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
      List<? extends TcoSampleOrBuilder> getSamplesOrBuilderList()
      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
      boolean hasCoefficients()
      Currently used coefficients.
      boolean hasCoefficientsTime()
      The time when the coefficients have been computed
      boolean hasDeviation()
      The last computed deviation
      • 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 Detail

      • hasCoefficients

        boolean hasCoefficients()
        Currently used coefficients.
         If not present, the synchronization is not estabilished
         
        optional .yamcs.protobuf.tco.TcoCoefficients coefficients = 1;
      • getCoefficients

        TcoCoefficients getCoefficients()
        Currently used coefficients.
         If not present, the synchronization is not estabilished
         
        optional .yamcs.protobuf.tco.TcoCoefficients coefficients = 1;
      • getCoefficientsOrBuilder

        TcoCoefficientsOrBuilder getCoefficientsOrBuilder()
        Currently used coefficients.
         If not present, the synchronization is not estabilished
         
        optional .yamcs.protobuf.tco.TcoCoefficients coefficients = 1;
      • hasCoefficientsTime

        boolean hasCoefficientsTime()
        The time when the coefficients have been computed
         
        optional .google.protobuf.Timestamp coefficientsTime = 2;
      • getCoefficientsTime

        com.google.protobuf.Timestamp getCoefficientsTime()
        The time when the coefficients have been computed
         
        optional .google.protobuf.Timestamp coefficientsTime = 2;
      • getCoefficientsTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCoefficientsTimeOrBuilder()
        The time when the coefficients have been computed
         
        optional .google.protobuf.Timestamp coefficientsTime = 2;
      • hasDeviation

        boolean hasDeviation()
        The last computed deviation
         
        optional double deviation = 3;
      • getDeviation

        double getDeviation()
        The last computed deviation
         
        optional double deviation = 3;
      • getSamplesList

        List<TcoSample> 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
         
        repeated .yamcs.protobuf.tco.TcoSample samples = 4;
      • getSamples

        TcoSample 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
         
        repeated .yamcs.protobuf.tco.TcoSample samples = 4;
      • getSamplesCount

        int getSamplesCount()
        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
         
        repeated .yamcs.protobuf.tco.TcoSample samples = 4;
      • getSamplesOrBuilderList

        List<? extends TcoSampleOrBuilder> getSamplesOrBuilderList()
        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
         
        repeated .yamcs.protobuf.tco.TcoSample samples = 4;
      • getSamplesOrBuilder

        TcoSampleOrBuilder getSamplesOrBuilder​(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
         
        repeated .yamcs.protobuf.tco.TcoSample samples = 4;