%SYS
AbstractNotification Class Reference

Abstract class for a Notifier. More...

Inheritance diagram for AbstractNotification:
Collaboration diagram for AbstractNotification:

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...
 

Detailed Description

Abstract class for a Notifier.

User classes inherit from this class to become a Notifier for System Monitor.

Member Function Documentation

◆ ClearNotifications()

_.Library.Integer ClearNotifications ( )

USER DOES NOT IMPLEMENT THIS METHOD.

This method is called to clear notifications for the SYS.Monitor Controller

◆ Post()

_.Library.Status Post ( )

USER MUST IMPLEMENT THIS METHOD.

Post a notification

◆ Start()

_.Library.Status Start ( )

USER MAY IMPLEMENT THIS METHOD.

This method is called when the notifier class is created.

Member Data Documentation

◆ Notifications

Notifications

 

 

◆ State

State

Runtime state.