#include <yarp/robotinterface/Action.h>
Classes | |
| class | Private |
Public Member Functions | |
| Action () | |
| Action (ActionPhase phase, ActionType type, unsigned int level) | |
| Action (const std::string &phase, const std::string &type, unsigned int level) | |
| Action (const Action &other) | |
| Action & | operator= (const Action &other) |
| ActionPhase & | phase () |
| ActionType & | type () |
| unsigned int & | level () |
| ParamList & | params () |
| ActionPhase | phase () const |
| ActionType | type () const |
| unsigned int | level () const |
| const ParamList & | params () const |
| bool | hasParam (const std::string &name) const |
| std::string | findParam (const std::string &name) const |
| virtual | ~Action () |
|
explicit |
Definition at line 46 of file Action.cpp.
| yarp::robotinterface::Action::Action | ( | ActionPhase | phase, |
| ActionType | type, | ||
| unsigned int | level | ||
| ) |
Definition at line 59 of file Action.cpp.
| yarp::robotinterface::Action::Action | ( | const std::string & | phase, |
| const std::string & | type, | ||
| unsigned int | level | ||
| ) |
Definition at line 51 of file Action.cpp.
| yarp::robotinterface::Action::Action | ( | const Action & | other | ) |
Definition at line 67 of file Action.cpp.
|
virtual |
Definition at line 90 of file Action.cpp.
| std::string yarp::robotinterface::Action::findParam | ( | const std::string & | name | ) | const |
Definition at line 140 of file Action.cpp.
| bool yarp::robotinterface::Action::hasParam | ( | const std::string & | name | ) | const |
Definition at line 135 of file Action.cpp.
| unsigned int & yarp::robotinterface::Action::level | ( | ) |
Definition at line 105 of file Action.cpp.
| unsigned int yarp::robotinterface::Action::level | ( | ) | const |
Definition at line 125 of file Action.cpp.
| yarp::robotinterface::Action & yarp::robotinterface::Action::operator= | ( | const Action & | other | ) |
Definition at line 76 of file Action.cpp.
| yarp::robotinterface::ParamList & yarp::robotinterface::Action::params | ( | ) |
Definition at line 110 of file Action.cpp.
| const yarp::robotinterface::ParamList & yarp::robotinterface::Action::params | ( | ) | const |
Definition at line 130 of file Action.cpp.
| yarp::robotinterface::ActionPhase & yarp::robotinterface::Action::phase | ( | ) |
Definition at line 95 of file Action.cpp.
| yarp::robotinterface::ActionPhase yarp::robotinterface::Action::phase | ( | ) | const |
Definition at line 115 of file Action.cpp.
| yarp::robotinterface::ActionType & yarp::robotinterface::Action::type | ( | ) |
Definition at line 100 of file Action.cpp.
| yarp::robotinterface::ActionType yarp::robotinterface::Action::type | ( | ) | const |
Definition at line 120 of file Action.cpp.