Structure for configuring a gaze event. More...
#include <yarp/dev/GazeControl.h>
Public Attributes | |
std::string | type |
The signature of the event as specified by the user. More... | |
double | motionOngoingCheckPoint |
The user specifies the motion check-point that raises a "motion-ongoing" event through this parameter which must be in the range [0,1]. More... | |
Structure for configuring a gaze event.
Definition at line 39 of file GazeControl.h.
double yarp::dev::GazeEventParameters::motionOngoingCheckPoint |
The user specifies the motion check-point that raises a "motion-ongoing" event through this parameter which must be in the range [0,1].
Definition at line 66 of file GazeControl.h.
std::string yarp::dev::GazeEventParameters::type |
The signature of the event as specified by the user.
Available events are:
Definition at line 59 of file GazeControl.h.