|
typedef void (*GEVEVENT_CBFUNCTION) |
|||
|
Parameters |
|||
|
msg |
Pointer
to an EVENT_MSG structure containing information on the intercepted event. typedef struct |
||
|
|
where: |
||
|
|
|
eventNumber |
The
event number that caused the callback to be invoked. |
|
|
|
streamChannelIndex |
The
streaming data channel identifier that caused the event to be sent in the first
place. |
|
|
|
blockId |
The
blockId associated with this event. |
|
|
|
timestamp |
64-bit
timestamp for this event (based on camera’s timestamp timebase). |
|
|
|
timeStampHigh |
High
(MSB) 32-bits of 64-bit timestamp |
|
data |
Pointer
to event data returned from the camera if the particular event intercepted
also sends data. It is NULL if not data has been sent. |
||
|
size |
Size of
the event data returned by the camera. |
||
|
context |
Pointer
to context data set up at the time of the callback’s registration. |
||
|
Return Value |
|||
|
VOID |
|||
Related Topics