SMI RED eye tracking plugin 1.0
Public Attributes

EventStruct Struct Reference

This struct provides information about the last eye event that has been calculated. More...

#include <iViewXAPI.h>

List of all members.

Public Attributes

char eventType
char eye
long long startTime
long long endTime
long long duration
double positionX
double positionY

Detailed Description

This struct provides information about the last eye event that has been calculated.

The struct contains the following information: eventType: type of eye event, 'F' for fixation (at the moment only fixations are supported) eye: related eye, 'l' for left eye, 'r' for right eye startTime: start time of the event in microseconds endTime: end time of the event in microseconds duration: duration of the event in microseconds positionX: horizontal position of the fixation event [pixel] positionY: vertical position of the fixation event [pixel]

The data describes the last eye event that has been calculated. It will be updated when a new event has been calculated. To update information in "EventStruct" use function "iV_GetEvent".

Definition at line 232 of file iViewXAPI.h.


The documentation for this struct was generated from the following file: