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 TypeClassDescriptionclass
Command 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 TypeClassDescriptionclass
This 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 TypeMethodDescriptionvoid
ParameterRequestManager.addRequest
(int subscriptionId, List<Parameter> paraList, ParameterConsumer tpc) Called by a consumer to create request with a given id.int
ParameterRequestManager.addRequest
(Collection<Parameter> paraList, ParameterConsumer tpc) Called by a consumer to create a new subscriptionint
ParameterRequestManager.addRequest
(Parameter para, ParameterConsumer tpc) Called by a consumer to create a subscription with one parameterint
ParameterRequestManager.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 TypeClassDescriptionclass
Realtime archive filler task - it works even if the data is not perfectly sorted