Uses of Interface
org.yamcs.parameter.ParameterConsumer
Packages that use ParameterConsumer
-
Uses of ParameterConsumer in org.yamcs.commanding
Classes in org.yamcs.commanding that implement ParameterConsumerModifier and TypeClassDescriptionclassCommand verifier which succeeds when a parameter changes with a delta above a threshold. -
Uses of ParameterConsumer in org.yamcs.parameter
Classes in org.yamcs.parameter that implement ParameterConsumerModifier and TypeClassDescriptionclassThis sits in front of the ParameterRequestManager and implements subscriptions based on NamedObjectId taking care to send to the consumers the parameters with the requested id.Methods in org.yamcs.parameter with parameters of type ParameterConsumerModifier and TypeMethodDescriptionvoidParameterRequestManager.addRequest(int subscriptionId, List<Parameter> paraList, ParameterConsumer tpc) Called by a consumer to create request with a given id.intParameterRequestManager.addRequest(Collection<Parameter> paraList, ParameterConsumer tpc) Called by a consumer to create a new subscriptionintParameterRequestManager.addRequest(Parameter para, ParameterConsumer tpc) Called by a consumer to create a subscription with one parameterintParameterRequestManager.subscribeAll(ParameterConsumer consumer) called by a consumer to subscribe to all parameters -
Uses of ParameterConsumer in org.yamcs.parameterarchive
Classes in org.yamcs.parameterarchive that implement ParameterConsumerModifier and TypeClassDescriptionclassRealtime archive filler task - it works even if the data is not perfectly sorted