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

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

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

Detailed Description

Definition at line 25 of file XMLReaderFileV1.h.

Classes

class  Private
 

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ XMLReaderFileV1()

yarp::robotinterface::impl::XMLReaderFileV1::XMLReaderFileV1 ( )

Definition at line 884 of file XMLReaderFileV1.cpp.

◆ ~XMLReaderFileV1()

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

Definition at line 889 of file XMLReaderFileV1.cpp.

Member Function Documentation

◆ getRobotFromFile()

yarp::robotinterface::experimental::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileV1::getRobotFromFile ( const std::string &  filename,
bool  verbose = false 
)
overridevirtual

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

Definition at line 872 of file XMLReaderFileV1.cpp.

◆ getRobotFromString()

yarp::robotinterface::experimental::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileV1::getRobotFromString ( const std::string &  xmlString,
bool  verbose = false 
)
overridevirtual

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

Definition at line 878 of file XMLReaderFileV1.cpp.


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