Contains event information to be published.
More...
#include <eventinfo.h>
Contains event information to be published.
Definition at line 52 of file eventinfo.h.
◆ EventInfo()
EMANE::Generators::EEL::EventInfo::EventInfo |
( |
const NEMId & |
nemId, |
|
|
const EventId & |
eventId, |
|
|
const Serialization & |
serialization |
|
) |
| |
|
inline |
Creates an EventInfo instance
- Parameters
-
nemId | NEM Id of the event target |
eventId | Event Id of the event to publish |
serialization | Serialized event data |
Definition at line 35 of file eventinfo.inl.
◆ ~EventInfo()
EMANE::Generators::EEL::EventInfo::~EventInfo |
( |
| ) |
|
|
inline |
◆ getEventId()
EMANE::EventId EMANE::Generators::EEL::EventInfo::getEventId |
( |
| ) |
const |
|
inline |
Gets the event Id
- Returns
- event Id
Definition at line 54 of file eventinfo.inl.
◆ getNEMId()
EMANE::NEMId EMANE::Generators::EEL::EventInfo::getNEMId |
( |
| ) |
const |
|
inline |
Gets the NEM Id of the event target
- Returns
- NEM Id
Definition at line 48 of file eventinfo.inl.
◆ getSerialization()
Gets the serialized event data
- Returns
- serialized data
Definition at line 60 of file eventinfo.inl.
The documentation for this class was generated from the following files: