#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 43 of file Action.cpp.
yarp::robotinterface::Action::Action | ( | ActionPhase | phase, |
ActionType | type, | ||
unsigned int | level | ||
) |
Definition at line 56 of file Action.cpp.
yarp::robotinterface::Action::Action | ( | const std::string & | phase, |
const std::string & | type, | ||
unsigned int | level | ||
) |
Definition at line 48 of file Action.cpp.
yarp::robotinterface::Action::Action | ( | const Action & | other | ) |
Definition at line 64 of file Action.cpp.
|
virtual |
Definition at line 87 of file Action.cpp.
std::string yarp::robotinterface::Action::findParam | ( | const std::string & | name | ) | const |
Definition at line 137 of file Action.cpp.
bool yarp::robotinterface::Action::hasParam | ( | const std::string & | name | ) | const |
Definition at line 132 of file Action.cpp.
unsigned int & yarp::robotinterface::Action::level | ( | ) |
Definition at line 102 of file Action.cpp.
unsigned int yarp::robotinterface::Action::level | ( | ) | const |
Definition at line 122 of file Action.cpp.
yarp::robotinterface::Action & yarp::robotinterface::Action::operator= | ( | const Action & | other | ) |
Definition at line 73 of file Action.cpp.
yarp::robotinterface::ParamList & yarp::robotinterface::Action::params | ( | ) |
Definition at line 107 of file Action.cpp.
const yarp::robotinterface::ParamList & yarp::robotinterface::Action::params | ( | ) | const |
Definition at line 127 of file Action.cpp.
yarp::robotinterface::ActionPhase & yarp::robotinterface::Action::phase | ( | ) |
Definition at line 92 of file Action.cpp.
yarp::robotinterface::ActionPhase yarp::robotinterface::Action::phase | ( | ) | const |
Definition at line 112 of file Action.cpp.
yarp::robotinterface::ActionType & yarp::robotinterface::Action::type | ( | ) |
Definition at line 97 of file Action.cpp.
yarp::robotinterface::ActionType yarp::robotinterface::Action::type | ( | ) | const |
Definition at line 117 of file Action.cpp.