Interface for a event notified by the cartesian controller. More...
#include <yarp/dev/CartesianControl.h>
Public Member Functions | |
virtual | ~CartesianEvent () |
Destructor. More... | |
virtual void | cartesianEventCallback ()=0 |
Event callback to be overridden by the user. More... | |
Public Attributes | |
yarp::dev::CartesianEventParameters | cartesianEventParameters |
The user fills this structure to establish the event parameters. More... | |
yarp::dev::CartesianEventVariables | cartesianEventVariables |
The event handler fills this structure with useful information at run-time. More... | |
Interface for a event notified by the cartesian controller.
Definition at line 93 of file CartesianControl.h.
|
inlinevirtual |
Destructor.
Definition at line 99 of file CartesianControl.h.
|
pure virtual |
Event callback to be overridden by the user.
yarp::dev::CartesianEventParameters yarp::dev::CartesianEvent::cartesianEventParameters |
The user fills this structure to establish the event parameters.
Definition at line 105 of file CartesianControl.h.
yarp::dev::CartesianEventVariables yarp::dev::CartesianEvent::cartesianEventVariables |
The event handler fills this structure with useful information at run-time.
Definition at line 111 of file CartesianControl.h.