YARP
Yet Another Robot Platform
yarp::dev::GazeEventVariables Struct Reference

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...
 

Detailed Description

Structure for retrieving information from a gaze event.

Definition at line 75 of file GazeControl.h.

Member Data Documentation

◆ motionOngoingCheckPoint

double yarp::dev::GazeEventVariables::motionOngoingCheckPoint

Contain the motion check-point that raised a "motion-ongoing" event.

Definition at line 93 of file GazeControl.h.

◆ time

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.

◆ type

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.


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