The following table briefly describes the members of the CAmvClassFilter class. The sections that follow go into detail of the syntax and semantics of using the members.
Member |
Description |
|
class_ack_bg |
Background color for acknowledged alarms |
|
class_ack_fg |
Foreground color for acknowledged alarms |
|
class_alarm_bg |
Background color for alarm message in alarm state |
|
class_alarm_fg |
Foreground color for alarm message in alarm state |
|
class_normal_bg |
Background color for cleared, unacknowledged alarms |
|
class_normal_fg |
Foreground color for cleared, unacknowledged alarms |
|
class_order |
Alarm class priority. 0 is highest. |
|
class_title |
Alarm class description (for example, "High Priority Alarms") |
|
Disable() |
Don't have AMRP send alarms for this class to the viewer |
|
Enable() |
Have AMRP send alarms for this class to the viewer |
|
ID() |
Class ID (for example, "HIGH") |
|
IsEnabled() |
Will alarms for this class be sent to the viewer by the AMRP |
CAmvClass Filter class definition. |