Package org.yamcs.mdb
Class ParameterAlarmChecker
java.lang.Object
org.yamcs.mdb.ParameterAlarmChecker
Part of the TM processing chain. Is called upon by the
ParameterRequestManager whenever a new parameter value may need alarms
published together with it.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
enableReporting
(AlarmReporter reporter) void
enableServer
(AlarmServer<Parameter, ParameterValue> server) void
Called from the ParameterRequestManager when a new parameter has been subscribed Check and subscribe any dependencies required for alarm checkingvoid
performAlarmChecking
(ProcessingData processingData, Iterator<ParameterValue> it) Updates the iterator supplied ParameterValues with monitoring (out of limits) information.
-
Constructor Details
-
ParameterAlarmChecker
-
-
Method Details
-
parameterSubscribed
Called from the ParameterRequestManager when a new parameter has been subscribed Check and subscribe any dependencies required for alarm checking -
performAlarmChecking
Updates the iterator supplied ParameterValues with monitoring (out of limits) information.The method is called once before the algorithms are run and once after the algorithms to also check the new values.
-
enableReporting
-
enableServer
-