Interface | Description |
---|---|
AlarmJournal |
Basic interface for the AlarmJournal extension point.
|
AlarmJournalManager |
Base interface for an Alarm Journal manager, which will manage any number of
AlarmJournal s |
AlarmManager |
This is the central manager for alarming in Ignition.
|
AlarmNotificationProvider |
This interface can be implemented by an AlarmProvider in order to expose pipelines for alarm notification.
|
AlarmProvider |
The AlarmProvider is an entity that operates on alarms, and essentially provides access to alarm state model
functionality, but in a way that can be remote or implemented differently than the core implementation.
|
AlarmQueryProvider |
This interface can be implemented by an AlarmProvider in order to provide the ability to query alarm status from a
different source than the main alarm state model maintained by the gateway.
|
AlarmShelfManager |
Class | Description |
---|---|
AlarmExpressionParseContext |
This expression parse context is basically the same as the
PropertyBasedExpressionParseContext , except that
it uses the AlarmBasedFunctionFactory that adds a few additional functions. |
AlarmExpressionParseContext.AlarmExpressionPropResolver |