|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
Generic/unknown alarm item. More...
#include <alarms.h>
Collaboration diagram for profinet::AlarmItem:Public Member Functions | |
| std::string | UsiName () const |
| Human-readable name for this item's USI. | |
Public Attributes | |
| Usi | userStructureId = Usi::Unknown |
| User Structure Identifier for this item. | |
| Bytes | rawData |
| Raw, undecoded item payload. | |
Generic/unknown alarm item.
Any USI not specifically handled below is returned as this, carrying the raw remaining bytes.
|
inline |
Human-readable name for this item's USI.
Definition at line 39 of file alarms.h.
References profinet::GetUsiName(), and userStructureId.
Here is the call graph for this function:| Bytes profinet::AlarmItem::rawData |
| Usi profinet::AlarmItem::userStructureId = Usi::Unknown |
User Structure Identifier for this item.
Definition at line 32 of file alarms.h.
Referenced by profinet::ParseAlarmItem(), and UsiName().