Mech-Eye API 2.5.0
API reference documentation for Mech-Eye Industrial 3D Camera
All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
mmind::eye::CameraEvent::EventInfo Struct Reference

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.
 

Detailed Description

Describes the event information.

Definition at line 174 of file CameraEvent.h.

Constructor & Destructor Documentation

◆ EventInfo()

mmind::eye::CameraEvent::EventInfo::EventInfo ( const std::string &  eventName,
uint16_t  eventId 
)
inline

Definition at line 180 of file CameraEvent.h.

Member Data Documentation

◆ eventId

uint16_t mmind::eye::CameraEvent::EventInfo::eventId {0x0000}

The ID of the event.

Definition at line 177 of file CameraEvent.h.

◆ eventName

std::string mmind::eye::CameraEvent::EventInfo::eventName {}

The name of the event.

Definition at line 176 of file CameraEvent.h.


The documentation for this struct was generated from the following file: