9 #ifndef YARP_ROBOTINTERFACE_TYPES_H
10 #define YARP_ROBOTINTERFACE_TYPES_H
26 namespace robotinterface {
27 namespace experimental {
34 typedef std::vector<robotinterface::experimental::Param>
ParamList;
35 typedef std::vector<robotinterface::experimental::Action>
ActionList;
36 typedef std::vector<robotinterface::experimental::Device>
DeviceList;
std::string findParam(const robotinterface::experimental::ParamList &list, const std::string &name)
robotinterface::experimental::ActionType StringToActionType(const std::string &type)
robotinterface::experimental::ParamList mergeDuplicateGroups(const robotinterface::experimental::ParamList &list)
bool hasParam(const robotinterface::experimental::ParamList &list, const std::string &name)
bool hasGroup(const robotinterface::experimental::ParamList &list, const std::string &name)
std::string ActionPhaseToString(robotinterface::experimental::ActionPhase actionphase)
robotinterface::experimental::ActionPhase StringToActionPhase(const std::string &phase)
std::vector< robotinterface::experimental::Action > ActionList
std::vector< robotinterface::experimental::Device > DeviceList
std::string ActionTypeToString(robotinterface::experimental::ActionType actiontype)
std::vector< robotinterface::experimental::Param > ParamList
std::list< yarp::os::Thread * > ThreadList
void operator>>(const std::stringstream &sstream, robotinterface::experimental::ActionPhase &actionphase)
std::string findGroup(const robotinterface::experimental::ParamList &list, const std::string &name)
The main, catch-all namespace for YARP.
#define YARP_robotinterface_API