Classes | |
class | Action |
class | Device |
class | Param |
class | Robot |
class | XMLReaderResult |
Result of the parsing of XMLReader. More... | |
class | XMLReader |
Typedefs | |
typedef std::vector< robotinterface::experimental::Param > | ParamList |
typedef std::vector< robotinterface::experimental::Action > | ActionList |
typedef std::vector< robotinterface::experimental::Device > | DeviceList |
typedef std::list< yarp::os::Thread * > | ThreadList |
Enumerations | |
enum | ActionPhase { ActionPhaseUnknown = 0 , ActionPhaseStartup , ActionPhaseRun , ActionPhaseInterrupt1 , ActionPhaseInterrupt2 , ActionPhaseInterrupt3 , ActionPhaseShutdown , ActionPhaseReserved = 0xFF } |
enum | ActionType { ActionTypeUnknown = 0 , ActionTypeConfigure , ActionTypeCalibrate , ActionTypeAttach , ActionTypeAbort , ActionTypeDetach , ActionTypePark , ActionTypeCustom = 0xFF } |
typedef std::vector<robotinterface::experimental::Action> yarp::robotinterface::experimental::ActionList |
typedef std::vector<robotinterface::experimental::Device> yarp::robotinterface::experimental::DeviceList |
typedef std::vector<robotinterface::experimental::Param> yarp::robotinterface::experimental::ParamList |
typedef std::list<yarp::os::Thread*> yarp::robotinterface::experimental::ThreadList |
std::string yarp::robotinterface::experimental::ActionPhaseToString | ( | robotinterface::experimental::ActionPhase | actionphase | ) |
std::string yarp::robotinterface::experimental::ActionTypeToString | ( | robotinterface::experimental::ActionType | actiontype | ) |
std::string yarp::robotinterface::experimental::findGroup | ( | const robotinterface::experimental::ParamList & | list, |
const std::string & | name | ||
) |
std::string yarp::robotinterface::experimental::findParam | ( | const robotinterface::experimental::ParamList & | list, |
const std::string & | name | ||
) |
bool yarp::robotinterface::experimental::hasGroup | ( | const robotinterface::experimental::ParamList & | list, |
const std::string & | name | ||
) |
bool yarp::robotinterface::experimental::hasParam | ( | const robotinterface::experimental::ParamList & | list, |
const std::string & | name | ||
) |
yarp::robotinterface::experimental::ParamList yarp::robotinterface::experimental::mergeDuplicateGroups | ( | const robotinterface::experimental::ParamList & | list | ) |
void yarp::robotinterface::experimental::operator>> | ( | const std::stringstream & | sstream, |
robotinterface::experimental::ActionPhase & | actionphase | ||
) |
void yarp::robotinterface::experimental::operator>> | ( | const std::stringstream & | sstream, |
robotinterface::experimental::ActionType & | actiontype | ||
) |
yarp::robotinterface::experimental::ActionPhase yarp::robotinterface::experimental::StringToActionPhase | ( | const std::string & | phase | ) |
yarp::robotinterface::experimental::ActionType yarp::robotinterface::experimental::StringToActionType | ( | const std::string & | type | ) |