Uses of Interface
org.yamcs.parameter.ParameterConsumer
-
Uses of ParameterConsumer in org.yamcs.commanding
Modifier and TypeClassDescriptionclass
Command verifier which succeeds when a parameter changes with a delta above a threshold. -
Uses of ParameterConsumer in org.yamcs.parameter
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Realtime archive filler task - it works even if the data is not perfectly sorted