YARP
Yet Another Robot Platform
yarp::dev::CartesianEvent Class Referenceabstract

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

Detailed Description

Interface for a event notified by the cartesian controller.

Definition at line 93 of file CartesianControl.h.

Constructor & Destructor Documentation

◆ ~CartesianEvent()

virtual yarp::dev::CartesianEvent::~CartesianEvent ( )
inlinevirtual

Destructor.

Definition at line 99 of file CartesianControl.h.

Member Function Documentation

◆ cartesianEventCallback()

virtual void yarp::dev::CartesianEvent::cartesianEventCallback ( )
pure virtual

Event callback to be overridden by the user.

Member Data Documentation

◆ cartesianEventParameters

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.

◆ cartesianEventVariables

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.


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