Abstract class for a Notifier. More...


Public Member Functions | |
| _.Library.Integer | ClearNotifications () |
| USER DOES NOT IMPLEMENT THIS METHOD. More... | |
| _.Library.Status | GetNextNotification (_.Library.String Sensor, _.Library.Integer Severity, _.Library.String Msg) |
| Get Next Notification. | |
| _.Library.Status | Post () |
| USER MUST IMPLEMENT THIS METHOD. More... | |
| _.Library.Status | Start () |
| USER MAY IMPLEMENT THIS METHOD. More... | |
Public Attributes | |
| Notifications | |
| More... | |
| State | |
| Runtime state. More... | |
Abstract class for a Notifier.
User classes inherit from this class to become a Notifier for System Monitor.
| _.Library.Integer ClearNotifications | ( | ) |
USER DOES NOT IMPLEMENT THIS METHOD.
This method is called to clear notifications for the SYS.Monitor Controller
| _.Library.Status Post | ( | ) |
USER MUST IMPLEMENT THIS METHOD.
Post a notification
| _.Library.Status Start | ( | ) |
USER MAY IMPLEMENT THIS METHOD.
This method is called when the notifier class is created.
| Notifications |
| State |
Runtime state.