Interface SubscribeParametersDataOrBuilder

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

public interface SubscribeParametersDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMappingCount

      int getMappingCount()
       Mapping between numeric and subscribed identifier.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
    • containsMapping

      boolean containsMapping(int key)
       Mapping between numeric and subscribed identifier.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
    • getMapping

      Deprecated.
      Use getMappingMap() instead.
    • getMappingMap

      Map<Integer,Yamcs.NamedObjectId> getMappingMap()
       Mapping between numeric and subscribed identifier.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
    • getMappingOrDefault

      Yamcs.NamedObjectId getMappingOrDefault(int key, Yamcs.NamedObjectId defaultValue)
       Mapping between numeric and subscribed identifier.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
    • getMappingOrThrow

      Yamcs.NamedObjectId getMappingOrThrow(int key)
       Mapping between numeric and subscribed identifier.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.NamedObjectId> mapping = 1;
    • getInfoCount

      int getInfoCount()
       Mapping between numeric identifier, and matching parameter.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.processing.SubscribedParameterInfo> info = 4;
    • containsInfo

      boolean containsInfo(int key)
       Mapping between numeric identifier, and matching parameter.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.processing.SubscribedParameterInfo> info = 4;
    • getInfo

      Deprecated.
      Use getInfoMap() instead.
    • getInfoMap

       Mapping between numeric identifier, and matching parameter.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.processing.SubscribedParameterInfo> info = 4;
    • getInfoOrDefault

      SubscribedParameterInfo getInfoOrDefault(int key, SubscribedParameterInfo defaultValue)
       Mapping between numeric identifier, and matching parameter.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.processing.SubscribedParameterInfo> info = 4;
    • getInfoOrThrow

      SubscribedParameterInfo getInfoOrThrow(int key)
       Mapping between numeric identifier, and matching parameter.
       This information is provided only once, following a subscription.
       
      map<uint32, .yamcs.protobuf.processing.SubscribedParameterInfo> info = 4;
    • getInvalidList

      List<Yamcs.NamedObjectId> getInvalidList()
       Parameter identifiers that were subscribed to, but that
       cannot be matched against the Mission Database.
       
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getInvalid

      Yamcs.NamedObjectId getInvalid(int index)
       Parameter identifiers that were subscribed to, but that
       cannot be matched against the Mission Database.
       
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getInvalidCount

      int getInvalidCount()
       Parameter identifiers that were subscribed to, but that
       cannot be matched against the Mission Database.
       
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getInvalidOrBuilderList

      List<? extends Yamcs.NamedObjectIdOrBuilder> getInvalidOrBuilderList()
       Parameter identifiers that were subscribed to, but that
       cannot be matched against the Mission Database.
       
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getInvalidOrBuilder

      Yamcs.NamedObjectIdOrBuilder getInvalidOrBuilder(int index)
       Parameter identifiers that were subscribed to, but that
       cannot be matched against the Mission Database.
       
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getValuesList

      List<Pvalue.ParameterValue> getValuesList()
       Values of updated parameters.
       
      repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
    • getValues

      Pvalue.ParameterValue getValues(int index)
       Values of updated parameters.
       
      repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
    • getValuesCount

      int getValuesCount()
       Values of updated parameters.
       
      repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
    • getValuesOrBuilderList

      List<? extends Pvalue.ParameterValueOrBuilder> getValuesOrBuilderList()
       Values of updated parameters.
       
      repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;
    • getValuesOrBuilder

      Pvalue.ParameterValueOrBuilder getValuesOrBuilder(int index)
       Values of updated parameters.
       
      repeated .yamcs.protobuf.pvalue.ParameterValue values = 3;