6#ifndef YARP_ROBOTINTERFACE_XMLREADER_H
7#define YARP_ROBOTINTERFACE_XMLREADER_H
38 bool parsingIsSuccessful =
false;
75 void setVerbose(
bool verbose);
76 void setEnableDeprecated(
bool enab);
A class for storing options and configuration information.
A base class for nested structures that can be searched.
Result of the parsing of yarp::robotinterface::XMLReader.
bool parsingIsSuccessful
True if the parsing was successful, false otherwise.
Robot robot
If parsingIsSuccessful is true, contains a valid robot instance.
static XMLReaderResult ParsingFailed()
Class to read an XML file.
#define YARP_robotinterface_API