Mech-Eye API 2.5.0
API reference documentation for Mech-Eye Industrial 3D Camera
|
Describes the event information. More...
#include <CameraEvent.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 174 of file CameraEvent.h.
|
inline |
Definition at line 180 of file CameraEvent.h.
uint16_t mmind::eye::CameraEvent::EventInfo::eventId {0x0000} |
The ID of the event.
Definition at line 177 of file CameraEvent.h.
std::string mmind::eye::CameraEvent::EventInfo::eventName {} |
The name of the event.
Definition at line 176 of file CameraEvent.h.