YARP
Yet Another Robot Platform
yarp::robotinterface::impl::XMLReaderFileVx Class Referenceabstract

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

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

Detailed Description

Definition at line 25 of file XMLReaderFileVx.h.

Public Member Functions

virtual ~XMLReaderFileVx ()
 
virtual yarp::robotinterface::experimental::XMLReaderResult getRobotFromFile (const std::string &filename, bool verbose=false)=0
 
virtual yarp::robotinterface::experimental::XMLReaderResult getRobotFromString (const std::string &xmlString, bool verbose=false)=0
 

Public Attributes

bool verbose
 

Constructor & Destructor Documentation

◆ ~XMLReaderFileVx()

virtual yarp::robotinterface::impl::XMLReaderFileVx::~XMLReaderFileVx ( )
inlinevirtual

Definition at line 29 of file XMLReaderFileVx.h.

Member Function Documentation

◆ getRobotFromFile()

virtual yarp::robotinterface::experimental::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileVx::getRobotFromFile ( const std::string &  filename,
bool  verbose = false 
)
pure virtual

◆ getRobotFromString()

virtual yarp::robotinterface::experimental::XMLReaderResult yarp::robotinterface::impl::XMLReaderFileVx::getRobotFromString ( const std::string &  xmlString,
bool  verbose = false 
)
pure virtual

Member Data Documentation

◆ verbose

bool yarp::robotinterface::impl::XMLReaderFileVx::verbose

Definition at line 28 of file XMLReaderFileVx.h.


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