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

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.
 

Detailed Description

Describes the event information.

Definition at line 87 of file ProfilerEvent.h.

Constructor & Destructor Documentation

◆ EventInfo()

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

Definition at line 93 of file ProfilerEvent.h.

Member Data Documentation

◆ eventId

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

The ID of the event.

Definition at line 90 of file ProfilerEvent.h.

◆ eventName

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

The name of the event.

Definition at line 89 of file ProfilerEvent.h.


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