SgcEventInfo Struct Reference

SgcEventInfo Struct Reference

data structure for events received from the board callback functions More...

#include <siso_genicam.h>

Data Fields

SgcEventData data
 
uint16_t eventID
 

Detailed Description

data structure for events received from the board callback functions

Remarks
SgcEventInfo is a structure, that gets filled by the callback interface of siso_genicam. Which event is notified can be determined by evaluating the member eventID (event type identifier). the event types correspond to the SGC_EVENT_CXXX constants (defines). Specific events types correspond to specific additional information. These information is represented as different components of the union. When evaluating the additional information, the member eventID needs to be determined first.

Field Documentation

◆ data

SgcEventData SgcEventInfo::data

event data

◆ eventID

uint16_t SgcEventInfo::eventID

event type identifier