Public Member Functions | |
virtual void | display (std::ostream &os) const |
virtual const std::string & | getName () const |
void | init (std::istringstream &cmdArgs) |
sotEventTaskBased (const std::string name="", TaskAbstract *task=NULL) | |
Public Member Functions inherited from dynamicgraph::sot::Sequencer::sotEventAbstract | |
int | getEventType () const |
virtual void | operator() (Sot *sotPtr)=0 |
sotEventAbstract (const std::string &name) | |
virtual | ~sotEventAbstract (void) |
Protected Attributes | |
const std::string | defaultTaskName |
TaskAbstract * | taskPtr |
Protected Attributes inherited from dynamicgraph::sot::Sequencer::sotEventAbstract | |
int | eventType |
std::string | name |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::Sequencer::sotEventAbstract | |
enum | sotEventType { EVENT_ADD, EVENT_RM, EVENT_CMD } |
Protected Member Functions inherited from dynamicgraph::sot::Sequencer::sotEventAbstract | |
void | setName (const std::string &name_) |
Definition at line 50 of file sequencer.cpp.
|
inline |
Definition at line 56 of file sequencer.cpp.
|
inlinevirtual |
Reimplemented from dynamicgraph::sot::Sequencer::sotEventAbstract.
Reimplemented in sotEventRemoveATask, and sotEventAddATask.
Definition at line 69 of file sequencer.cpp.
|
inlinevirtual |
Reimplemented from dynamicgraph::sot::Sequencer::sotEventAbstract.
Definition at line 75 of file sequencer.cpp.
|
inline |
Definition at line 59 of file sequencer.cpp.
|
protected |
Definition at line 53 of file sequencer.cpp.
|
protected |
Definition at line 52 of file sequencer.cpp.