PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
Loading...
Searching...
No Matches
IAlarmListener.h File Reference

Interface for PROFINET alarm listeners. More...

#include <functional>
#include "profinet/alarms.h"
+ 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
 

Detailed Description

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.