#include <yarp/robotinterface/impl/XMLReaderFileVx.h>
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 |
|
inlinevirtual |
Definition at line 29 of file XMLReaderFileVx.h.
|
pure virtual |
Implemented in yarp::robotinterface::impl::XMLReaderFileV3, and yarp::robotinterface::impl::XMLReaderFileV1.
|
pure virtual |
Implemented in yarp::robotinterface::impl::XMLReaderFileV3, and yarp::robotinterface::impl::XMLReaderFileV1.
bool yarp::robotinterface::impl::XMLReaderFileVx::verbose |
Definition at line 28 of file XMLReaderFileVx.h.