Function caerEventPacketHeaderSetEventSize
Defined in File common.h
Function Documentation
-
static inline void caerEventPacketHeaderSetEventSize(caerEventPacketHeader header, int32_t eventSize)
Set the size of a single event, in bytes. All events inside an event packet always have the same size.
- Parameters:
header – a valid EventPacket header pointer. Cannot be NULL.
eventSize – the event size in bytes.