|
BFLinux
|
Data struct representing a signal event. More...
#include <BFciLib.h>
Data Fields | |
| tCIU32 | signal |
| the signal returned (tCIsignalEnums) More... | |
| tCIU64 | timestamp |
| TSC or Gn2 timestamp of the signal event. More... | |
| tCIU32 | count |
| number of events represented. More... | |
Data struct representing a signal event.
Data strcture returned by CiSignalWait, when a signal is received.
NOTE: The count value will usually be 1, unless operating in a mode that combines interrupts, such as High Frame Rate Polling, or with Interrupt Decimation.
| tCIU32 tCIsignalEventData::count |
number of events represented.
| tCIU32 tCIsignalEventData::signal |
the signal returned (tCIsignalEnums)
| tCIU64 tCIsignalEventData::timestamp |
TSC or Gn2 timestamp of the signal event.
1.8.17