|
| Private (XMLReaderFileV1 *parent) |
|
virtual | ~Private () |
|
yarp::robotinterface::XMLReaderResult | readRobotFromFile (const std::string &fileName) |
|
yarp::robotinterface::XMLReaderResult | readRobotFromString (const std::string &xmlString) |
|
yarp::robotinterface::XMLReaderResult | readRobotTag (TiXmlElement *robotElem) |
|
yarp::robotinterface::DeviceList | readDevices (TiXmlElement *devicesElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::Device | readDeviceTag (TiXmlElement *deviceElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::DeviceList | readDevicesTag (TiXmlElement *devicesElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::DeviceList | readDevicesFile (const std::string &fileName, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ParamList | readParams (TiXmlElement *paramsElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::Param | readParamTag (TiXmlElement *paramElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::Param | readGroupTag (TiXmlElement *groupElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ParamList | readParamListTag (TiXmlElement *paramListElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ParamList | readSubDeviceTag (TiXmlElement *subDeviceElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ParamList | readParamsTag (TiXmlElement *paramsElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ParamList | readParamsFile (const std::string &fileName, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ActionList | readActions (TiXmlElement *actionsElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::Action | readActionTag (TiXmlElement *actionElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ActionList | readActionsTag (TiXmlElement *actionsElem, yarp::robotinterface::XMLReaderResult &result) |
|
yarp::robotinterface::ActionList | readActionsFile (const std::string &fileName, yarp::robotinterface::XMLReaderResult &result) |
|
Definition at line 35 of file XMLReaderFileV1.cpp.
◆ Private()
yarp::robotinterface::impl::XMLReaderFileV1::Private::Private |
( |
XMLReaderFileV1 * |
parent | ) |
|
|
explicit |
◆ ~Private()
yarp::robotinterface::impl::XMLReaderFileV1::Private::~Private |
( |
| ) |
|
|
virtualdefault |
◆ readActions()
◆ readActionsFile()
◆ readActionsTag()
◆ readActionTag()
◆ readDevices()
◆ readDevicesFile()
◆ readDevicesTag()
◆ readDeviceTag()
◆ readGroupTag()
◆ readParamListTag()
◆ readParams()
◆ readParamsFile()
◆ readParamsTag()
◆ readParamTag()
◆ readRobotFromFile()
◆ readRobotFromString()
◆ readRobotTag()
◆ readSubDeviceTag()
◆ curr_filename
std::string yarp::robotinterface::impl::XMLReaderFileV1::Private::curr_filename |
◆ filename
std::string yarp::robotinterface::impl::XMLReaderFileV1::Private::filename |
◆ majorVersion
unsigned int yarp::robotinterface::impl::XMLReaderFileV1::Private::majorVersion |
◆ minorVersion
unsigned int yarp::robotinterface::impl::XMLReaderFileV1::Private::minorVersion |
◆ parent
XMLReaderFileV1* const yarp::robotinterface::impl::XMLReaderFileV1::Private::parent |
◆ path
std::string yarp::robotinterface::impl::XMLReaderFileV1::Private::path |
◆ verbose_output
bool yarp::robotinterface::impl::XMLReaderFileV1::Private::verbose_output |
The documentation for this class was generated from the following file: