6 #ifndef YARP_ROBOTINTERFACE_ACTION_H
7 #define YARP_ROBOTINTERFACE_ACTION_H
12 namespace robotinterface {
19 Action(
const std::string& phase,
const std::string& type,
unsigned int level);
25 unsigned int& level();
30 unsigned int level()
const;
33 bool hasParam(
const std::string& name)
const;
34 std::string
findParam(
const std::string& name)
const;
yarp::os::LogStream operator<<(yarp::os::LogStream dbg, const yarp::robotinterface::Action &t)
yarp::robotinterface::Action Action
bool hasParam(const robotinterface::ParamList &list, const std::string &name)
std::vector< robotinterface::Param > ParamList
std::string findParam(const robotinterface::ParamList &list, const std::string &name)
The main, catch-all namespace for YARP.
#define YARP_robotinterface_API