Structure for retrieving information from a gaze event. More...
#include <yarp/dev/GazeControl.h>
Public Attributes | |
std::string | type |
The signature of the received event as filled by the event handler. More... | |
double | time |
Contain the time instant of the source when the event took place, as filled by the event handler. More... | |
double | motionOngoingCheckPoint |
Contain the motion check-point that raised a "motion-ongoing" event. More... | |
Structure for retrieving information from a gaze event.
Definition at line 75 of file GazeControl.h.
double yarp::dev::GazeEventVariables::motionOngoingCheckPoint |
Contain the motion check-point that raised a "motion-ongoing" event.
Definition at line 93 of file GazeControl.h.
double yarp::dev::GazeEventVariables::time |
Contain the time instant of the source when the event took place, as filled by the event handler.
Definition at line 87 of file GazeControl.h.
std::string yarp::dev::GazeEventVariables::type |
The signature of the received event as filled by the event handler.
Definition at line 81 of file GazeControl.h.