Structure for configuring a cartesian event. More...
#include <yarp/dev/CartesianControl.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 configuring a cartesian event.
Definition at line 65 of file CartesianControl.h.
double yarp::dev::CartesianEventVariables::motionOngoingCheckPoint |
Contain the motion check-point that raised a "motion-ongoing" event.
Definition at line 83 of file CartesianControl.h.
double yarp::dev::CartesianEventVariables::time |
Contain the time instant of the source when the event took place, as filled by the event handler.
Definition at line 77 of file CartesianControl.h.
std::string yarp::dev::CartesianEventVariables::type |
The signature of the received event as filled by the event handler.
Definition at line 71 of file CartesianControl.h.