SR Research Support Site
Macros

Macros

#define READ_ENDTIME   0x0040
 
#define READ_GRES   0x0200
 
#define READ_SIZE   0x0080
 
#define READ_VEL   0x0100
 
#define READ_STATUS   0x2000
 
#define READ_BEG   0x0001
 
#define READ_END   0x0002
 
#define READ_AVG   0x0004
 
#define READ_PUPILXY   0x0400
 
#define READ_HREFXY   0x0800
 
#define READ_GAZEXY   0x1000
 
#define READ_BEGPOS   0x0008
 
#define READ_ENDPOS   0x0010
 
#define READ_AVGPOS   0x0020
 
#define FRIGHTEYE_EVENTS   0x8000
 
#define FLEFTEYE_EVENTS   0x4000
 

Detailed Description

The "read" flag contents in IEVENT

Macro Definition Documentation

#define FLEFTEYE_EVENTS   0x4000

has left eye events

#define FRIGHTEYE_EVENTS   0x8000

has right eye events

#define READ_AVG   0x0004

event has avg pupil size, velocity

#define READ_BEG   0x0001

event has start data for vel,size,gres

#define READ_BEGPOS   0x0008

position data for these parts of event

#define READ_END   0x0002

event has end data for vel,size,gres

#define READ_ENDTIME   0x0040

end time (start time always read)

#define READ_GRES   0x0200

gaze resolution xy

#define READ_PUPILXY   0x0400

pupilxy REPLACES gaze, href data if read

#define READ_SIZE   0x0080

pupil size

#define READ_STATUS   0x2000

status (error word)

#define READ_VEL   0x0100

velocity (avg, peak)


Copyright ©2002-2021, SR Research Ltd.