Home | Trees | Indices | Help |
---|
|
An alarm server with the possibility to define alarms, raise, acknowledge and clear them.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
list |
current_alarms list of current alarms |
||
dict |
defined_alarms dictionary of all defined alarms, key is the alarm number |
|
|||
list |
unacknowledged_alarms list of all unacknowledged alarms |
|
Acknowledge a specific alarm identified via alarm_nr.
|
Set the alarm with the given number to active. If the alarm is not
active but in the current alarm list the counter will be raised by one.
If the alarm is not in the current alarm list it will be inserted. The
|
Set the alarm with the given number to inactive. The
|
Remove the alarm with the given number from the list of current alarms. All instance variables will be set to their initial value.
|
Define a new alarm and add it to the list
|
|
unacknowledged_alarmslist of all unacknowledged alarms
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Oct 16 13:51:39 2013 | http://epydoc.sourceforge.net |