YARP
Yet Another Robot Platform
yarp::robotinterface::impl::XMLReaderFileV3 Class Reference

#include <yarp/robotinterface/impl/XMLReaderFileV3.h>

+ Inheritance diagram for yarp::robotinterface::impl::XMLReaderFileV3:

Classes

class  Private
 

Public Member Functions

 XMLReaderFileV3 ()
 
 ~XMLReaderFileV3 () override
 
yarp::robotinterface::XMLReaderResult getRobotFromFile (const std::string &filename, const yarp::os::Searchable &config, bool verbose=false) override
 
yarp::robotinterface::XMLReaderResult getRobotFromString (const std::string &xmlString, const yarp::os::Searchable &config, bool verbose=false) override
 
- Public Member Functions inherited from yarp::robotinterface::impl::XMLReaderFileVx
virtual ~XMLReaderFileVx ()
 
virtual yarp::robotinterface::XMLReaderResult getRobotFromFile (const std::string &filename, const yarp::os::Searchable &config, bool verbose=false)=0
 
virtual yarp::robotinterface::XMLReaderResult getRobotFromString (const std::string &xmlString, const yarp::os::Searchable &config, bool verbose=false)=0
 

Additional Inherited Members

- Public Attributes inherited from yarp::robotinterface::impl::XMLReaderFileVx
bool verbose
 

Detailed Description

Definition at line 19 of file XMLReaderFileV3.h.

Constructor & Destructor Documentation

◆ XMLReaderFileV3()

yarp::robotinterface::impl::XMLReaderFileV3::XMLReaderFileV3 ( )

Definition at line 789 of file XMLReaderFileV3.cpp.

◆ ~XMLReaderFileV3()

yarp::robotinterface::impl::XMLReaderFileV3::~XMLReaderFileV3 ( )
override

Definition at line 794 of file XMLReaderFileV3.cpp.

Member Function Documentation

◆ getRobotFromFile()

yarp::robotinterface::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileV3::getRobotFromFile ( const std::string &  filename,
const yarp::os::Searchable config,
bool  verbose = false 
)
overridevirtual

Implements yarp::robotinterface::impl::XMLReaderFileVx.

Definition at line 766 of file XMLReaderFileV3.cpp.

◆ getRobotFromString()

yarp::robotinterface::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileV3::getRobotFromString ( const std::string &  xmlString,
const yarp::os::Searchable config,
bool  verbose = false 
)
overridevirtual

Implements yarp::robotinterface::impl::XMLReaderFileVx.

Definition at line 777 of file XMLReaderFileV3.cpp.


The documentation for this class was generated from the following files: