|
| | Private (XMLReaderFileV3 *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::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::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) |
| |
| bool | PerformInclusions (TiXmlNode *pParent, const std::string &parent_fileName, const std::string ¤t_path) |
| |
Definition at line 34 of file XMLReaderFileV3.cpp.
◆ Private()
| yarp::robotinterface::impl::XMLReaderFileV3::Private::Private |
( |
XMLReaderFileV3 * |
parent | ) |
|
|
explicit |
◆ ~Private()
| yarp::robotinterface::impl::XMLReaderFileV3::Private::~Private |
( |
| ) |
|
|
virtualdefault |
◆ PerformInclusions()
| bool yarp::robotinterface::impl::XMLReaderFileV3::Private::PerformInclusions |
( |
TiXmlNode * |
pParent, |
|
|
const std::string & |
parent_fileName, |
|
|
const std::string & |
current_path |
|
) |
| |
◆ readActions()
◆ readActionsTag()
◆ readActionTag()
◆ readDevices()
◆ readDevicesTag()
◆ readDeviceTag()
◆ readGroupTag()
◆ readParamListTag()
◆ readParams()
◆ readParamsTag()
◆ readParamTag()
◆ readRobotFromFile()
◆ readRobotFromString()
◆ readRobotTag()
◆ readSubDeviceTag()
◆ config
◆ curr_filename
| std::string yarp::robotinterface::impl::XMLReaderFileV3::Private::curr_filename |
◆ majorVersion
| unsigned int yarp::robotinterface::impl::XMLReaderFileV3::Private::majorVersion |
◆ minorVersion
| unsigned int yarp::robotinterface::impl::XMLReaderFileV3::Private::minorVersion |
◆ parent
| XMLReaderFileV3* const yarp::robotinterface::impl::XMLReaderFileV3::Private::parent |
◆ verbose_output
| bool yarp::robotinterface::impl::XMLReaderFileV3::Private::verbose_output |
The documentation for this class was generated from the following file: