Definition at line 37 of file XMLReaderFileV3.cpp.
Public Attributes | |
XMLReaderFileV3 *const | parent |
bool | verbose_output |
std::string | curr_filename |
unsigned int | minorVersion |
unsigned int | majorVersion |
|
explicit |
Definition at line 77 of file XMLReaderFileV3.cpp.
|
virtualdefault |
bool yarp::robotinterface::impl::XMLReaderFileV3::Private::PerformInclusions | ( | TiXmlNode * | pParent, |
const std::string & | parent_fileName, | ||
const std::string & | current_path | ||
) |
Definition at line 171 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::ActionList yarp::robotinterface::impl::XMLReaderFileV3::Private::readActions | ( | TiXmlElement * | actionsElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 591 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::ActionList yarp::robotinterface::impl::XMLReaderFileV3::Private::readActionsTag | ( | TiXmlElement * | actionsElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 660 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::Action yarp::robotinterface::impl::XMLReaderFileV3::Private::readActionTag | ( | TiXmlElement * | actionElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 609 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::DeviceList yarp::robotinterface::impl::XMLReaderFileV3::Private::readDevices | ( | TiXmlElement * | devicesElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 281 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::DeviceList yarp::robotinterface::impl::XMLReaderFileV3::Private::readDevicesTag | ( | TiXmlElement * | devicesElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 348 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::Device yarp::robotinterface::impl::XMLReaderFileV3::Private::readDeviceTag | ( | TiXmlElement * | deviceElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 301 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::Param yarp::robotinterface::impl::XMLReaderFileV3::Private::readGroupTag | ( | TiXmlElement * | groupElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 422 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::ParamList yarp::robotinterface::impl::XMLReaderFileV3::Private::readParamListTag | ( | TiXmlElement * | paramListElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 467 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::ParamList yarp::robotinterface::impl::XMLReaderFileV3::Private::readParams | ( | TiXmlElement * | paramsElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 364 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::ParamList yarp::robotinterface::impl::XMLReaderFileV3::Private::readParamsTag | ( | TiXmlElement * | paramsElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 575 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::Param yarp::robotinterface::impl::XMLReaderFileV3::Private::readParamTag | ( | TiXmlElement * | paramElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 391 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileV3::Private::readRobotFromFile | ( | const std::string & | fileName | ) |
Definition at line 87 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileV3::Private::readRobotFromString | ( | const std::string & | xmlString | ) |
Definition at line 151 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileV3::Private::readRobotTag | ( | TiXmlElement * | robotElem | ) |
Definition at line 225 of file XMLReaderFileV3.cpp.
yarp::robotinterface::experimental::ParamList yarp::robotinterface::impl::XMLReaderFileV3::Private::readSubDeviceTag | ( | TiXmlElement * | subDeviceElem, |
yarp::robotinterface::experimental::XMLReaderResult & | result | ||
) |
Definition at line 532 of file XMLReaderFileV3.cpp.
std::string yarp::robotinterface::impl::XMLReaderFileV3::Private::curr_filename |
Definition at line 71 of file XMLReaderFileV3.cpp.
unsigned int yarp::robotinterface::impl::XMLReaderFileV3::Private::majorVersion |
Definition at line 73 of file XMLReaderFileV3.cpp.
unsigned int yarp::robotinterface::impl::XMLReaderFileV3::Private::minorVersion |
Definition at line 72 of file XMLReaderFileV3.cpp.
XMLReaderFileV3* const yarp::robotinterface::impl::XMLReaderFileV3::Private::parent |
Definition at line 64 of file XMLReaderFileV3.cpp.
bool yarp::robotinterface::impl::XMLReaderFileV3::Private::verbose_output |
Definition at line 70 of file XMLReaderFileV3.cpp.