iCub-main
|
Class for defining routines to be called when action is completed. More...
#include <actionPrimitives.h>
Public Member Functions | |
ActionPrimitivesCallback () | |
Default Constructor. More... | |
virtual void | exec ()=0 |
Defines the callback body to be called at the action end. More... | |
Class for defining routines to be called when action is completed.
Definition at line 111 of file actionPrimitives.h.
|
inline |
Default Constructor.
Definition at line 117 of file actionPrimitives.h.
|
pure virtual |
Defines the callback body to be called at the action end.
Implemented in iCub::action::touchCallback, and iCub::action::liftAndGraspCallback.