#include <yarp/robotinterface/impl/XMLReaderFileVx.h>
Public Member Functions | |
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 |
Public Attributes | |
bool | verbose |
Definition at line 21 of file XMLReaderFileVx.h.
|
inlinevirtual |
Definition at line 25 of file XMLReaderFileVx.h.
|
pure virtual |
Implemented in yarp::robotinterface::impl::XMLReaderFileV1, and yarp::robotinterface::impl::XMLReaderFileV3.
|
pure virtual |
Implemented in yarp::robotinterface::impl::XMLReaderFileV1, and yarp::robotinterface::impl::XMLReaderFileV3.
bool yarp::robotinterface::impl::XMLReaderFileVx::verbose |
Definition at line 24 of file XMLReaderFileVx.h.