#include <yarp/robotinterface/api.h>#include <iosfwd>#include <list>#include <string>#include <vector>
Include dependency graph for Types.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| yarp | |
| The main, catch-all namespace for YARP. | |
| yarp::os | |
| An interface to the operating system, including Port based communication. | |
| yarp::robotinterface | |
Typedefs | |
| typedef std::vector< robotinterface::Param > | yarp::robotinterface::ParamList |
| typedef std::vector< robotinterface::Action > | yarp::robotinterface::ActionList |
| typedef std::vector< robotinterface::Device > | yarp::robotinterface::DeviceList |
| typedef std::list< yarp::os::Thread * > | yarp::robotinterface::ThreadList |
Functions | |
| bool | yarp::robotinterface::hasParam (const robotinterface::ParamList &list, const std::string &name) |
| std::string | yarp::robotinterface::findParam (const robotinterface::ParamList &list, const std::string &name) |
| bool | yarp::robotinterface::hasGroup (const robotinterface::ParamList &list, const std::string &name) |
| std::string | yarp::robotinterface::findGroup (const robotinterface::ParamList &list, const std::string &name) |
| robotinterface::ParamList | yarp::robotinterface::mergeDuplicateGroups (const robotinterface::ParamList &list) |
| robotinterface::ActionPhase | yarp::robotinterface::StringToActionPhase (const std::string &phase) |
| std::string | yarp::robotinterface::ActionPhaseToString (robotinterface::ActionPhase actionphase) |
| void | yarp::robotinterface::operator>> (const std::stringstream &sstream, robotinterface::ActionPhase &actionphase) |
| robotinterface::ActionType | yarp::robotinterface::StringToActionType (const std::string &type) |
| std::string | yarp::robotinterface::ActionTypeToString (robotinterface::ActionType actiontype) |
| void | yarp::robotinterface::operator>> (const std::stringstream &sstream, robotinterface::ActionType &actiontype) |