#include <yarp/robotinterface/experimental/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 55 of file Action.cpp.
yarp::robotinterface::experimental::Action::Action | ( | ActionPhase | phase, |
ActionType | type, | ||
unsigned int | level | ||
) |
Definition at line 68 of file Action.cpp.
yarp::robotinterface::experimental::Action::Action | ( | const std::string & | phase, |
const std::string & | type, | ||
unsigned int | level | ||
) |
Definition at line 60 of file Action.cpp.
yarp::robotinterface::experimental::Action::Action | ( | const Action & | other | ) |
Definition at line 76 of file Action.cpp.
|
virtual |
Definition at line 99 of file Action.cpp.
std::string yarp::robotinterface::experimental::Action::findParam | ( | const std::string & | name | ) | const |
Definition at line 149 of file Action.cpp.
bool yarp::robotinterface::experimental::Action::hasParam | ( | const std::string & | name | ) | const |
Definition at line 144 of file Action.cpp.
unsigned int & yarp::robotinterface::experimental::Action::level | ( | ) |
Definition at line 114 of file Action.cpp.
unsigned int yarp::robotinterface::experimental::Action::level | ( | ) | const |
Definition at line 134 of file Action.cpp.
yarp::robotinterface::experimental::Action & yarp::robotinterface::experimental::Action::operator= | ( | const Action & | other | ) |
Definition at line 85 of file Action.cpp.
yarp::robotinterface::experimental::ParamList & yarp::robotinterface::experimental::Action::params | ( | ) |
Definition at line 119 of file Action.cpp.
const yarp::robotinterface::experimental::ParamList & yarp::robotinterface::experimental::Action::params | ( | ) | const |
Definition at line 139 of file Action.cpp.
yarp::robotinterface::experimental::ActionPhase & yarp::robotinterface::experimental::Action::phase | ( | ) |
Definition at line 104 of file Action.cpp.
yarp::robotinterface::experimental::ActionPhase yarp::robotinterface::experimental::Action::phase | ( | ) | const |
Definition at line 124 of file Action.cpp.
yarp::robotinterface::experimental::ActionType & yarp::robotinterface::experimental::Action::type | ( | ) |
Definition at line 109 of file Action.cpp.
yarp::robotinterface::experimental::ActionType yarp::robotinterface::experimental::Action::type | ( | ) | const |
Definition at line 129 of file Action.cpp.