9 #ifndef YARP_ROBOTINTERFACE_XMLREADER_H
10 #define YARP_ROBOTINTERFACE_XMLREADER_H
19 namespace robotinterface {
20 namespace experimental {
38 bool parsingIsSuccessful =
false;
67 void setVerbose(
bool verbose);
68 void setEnableDeprecated(
bool enab);
Result of the parsing of XMLReader.
Robot robot
If parsingIsSuccessful is true, contains a valid robot instance.
bool parsingIsSuccessful
True if the parsing was successful, false otherwise.
static XMLReaderResult ParsingFailed()
The main, catch-all namespace for YARP.
#define YARP_robotinterface_API