Class ParameterWithId


  • public class ParameterWithId
    extends Object
    Holder class for a parameter together with the id what used to subscribe (or request) it. The subscription/request can point to an aggregate/array element.
    • Constructor Detail

      • ParameterWithId

        public ParameterWithId​(Parameter p,
                               org.yamcs.protobuf.Yamcs.NamedObjectId id,
                               PathElement[] path)
    • Method Detail

      • getId

        public org.yamcs.protobuf.Yamcs.NamedObjectId getId()
      • getParameter

        public Parameter getParameter()
      • getQualifiedName

        public String getQualifiedName()
        Returns:
        the qualified name of the parameter plus the aggregate part if any