|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
Interface for PROFINET alarm listeners. More...
Include dependency graph for IAlarmListener.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | profinet::IAlarmListener |
| Abstract interface for receiving PROFINET alarm notifications. More... | |
Namespaces | |
| namespace | profinet |
Interface for PROFINET alarm listeners.
Defines the lifecycle and callback-registration operations required by higher-level PROFINET components to receive alarm notifications. The interface allows production alarm reception to be replaced by a mock implementation during unit testing.
Definition in file IAlarmListener.h.