Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Describes the event information. More...
#include <ProfilerEvent.h>
Public Member Functions | |
EventInfo (const std::string &eventName, uint16_t eventId) | |
Public Attributes | |
std::string | eventName {} |
The name of the event. | |
uint16_t | eventId {0x0000} |
The ID of the event. | |
Describes the event information.
Definition at line 87 of file ProfilerEvent.h.
|
inline |
Definition at line 93 of file ProfilerEvent.h.
uint16_t mmind::eye::ProfilerEvent::EventInfo::eventId {0x0000} |
The ID of the event.
Definition at line 90 of file ProfilerEvent.h.
std::string mmind::eye::ProfilerEvent::EventInfo::eventName {} |
The name of the event.
Definition at line 89 of file ProfilerEvent.h.