all transitions are used in state machine More...
#include <yarp/manager/execstate.h>
Inheritance diagram for yarp::manager::ITransition:Public Member Functions | |
| virtual | ~ITransition ()=default |
| virtual void | kill ()=0 |
| virtual void | moduleFailed ()=0 |
| virtual void | refresh () |
| virtual void | connectionFailed (void *which) |
| virtual void | start () |
| virtual void | stop () |
| virtual void | startModule () |
| virtual void | stopModule () |
| virtual void | killModule () |
| virtual void | connectAllPorts () |
| virtual void | disconnectAllPorts () |
all transitions are used in state machine
Definition at line 21 of file execstate.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in yarp::manager::Connecting.
Definition at line 34 of file execstate.h.
|
inlinevirtual |
Reimplemented in yarp::manager::Running.
Definition at line 28 of file execstate.h.
|
inlinevirtual |
Reimplemented in yarp::manager::Dying.
Definition at line 35 of file execstate.h.
|
pure virtual |
|
inlinevirtual |
Reimplemented in yarp::manager::Dying.
Definition at line 33 of file execstate.h.
|
pure virtual |
|
inlinevirtual |
Reimplemented in yarp::manager::Suspended, yarp::manager::Connecting, yarp::manager::Running, yarp::manager::Dying, and yarp::manager::Dead.
Definition at line 27 of file execstate.h.
|
inlinevirtual |
Reimplemented in yarp::manager::Suspended, yarp::manager::Running, and yarp::manager::Dead.
Definition at line 29 of file execstate.h.
|
inlinevirtual |
Reimplemented in yarp::manager::Ready.
Definition at line 31 of file execstate.h.
|
inlinevirtual |
Reimplemented in yarp::manager::Suspended, yarp::manager::Running, and yarp::manager::Dead.
Definition at line 30 of file execstate.h.
|
inlinevirtual |
Reimplemented in yarp::manager::Dying.
Definition at line 32 of file execstate.h.