
Macros | |
| #define | LEFTEYE_EVENTS 0x8000 |
| #define | RIGHTEYE_EVENTS 0x4000 |
| #define | BLINK_EVENTS 0x2000 |
| #define | FIXATION_EVENTS 0x1000 |
| #define | FIXUPDATE_EVENTS 0x0800 |
| #define | SACCADE_EVENTS 0x0400 |
| #define | MESSAGE_EVENTS 0x0200 |
| #define | BUTTON_EVENTS 0x0040 |
| #define | INPUT_EVENTS 0x0020 |
The "event_types" flag in ILINKDATA or EDF_FILE tells what types of events were written by tracker
| #define BLINK_EVENTS 0x2000 |
has blink events
| #define BUTTON_EVENTS 0x0040 |
has button events
| #define FIXATION_EVENTS 0x1000 |
has fixation events
| #define FIXUPDATE_EVENTS 0x0800 |
has fixation updates
| #define INPUT_EVENTS 0x0020 |
has input port events
| #define LEFTEYE_EVENTS 0x8000 |
has left eye events
| #define MESSAGE_EVENTS 0x0200 |
has message events
| #define RIGHTEYE_EVENTS 0x4000 |
has right eye events
| #define SACCADE_EVENTS 0x0400 |
has saccade events