Result of the parsing of yarp::robotinterface::XMLReader. More...
#include <yarp/robotinterface/XMLReader.h>
Static Public Member Functions | |
static XMLReaderResult | ParsingFailed () |
Public Attributes | |
bool | parsingIsSuccessful = false |
True if the parsing was successful, false otherwise. | |
Robot | robot |
If parsingIsSuccessful is true, contains a valid robot instance. | |
Result of the parsing of yarp::robotinterface::XMLReader.
Definition at line 25 of file XMLReader.h.
|
inlinestatic |
Definition at line 28 of file XMLReader.h.
bool yarp::robotinterface::XMLReaderResult::parsingIsSuccessful = false |
True if the parsing was successful, false otherwise.
Definition at line 38 of file XMLReader.h.
Robot yarp::robotinterface::XMLReaderResult::robot |
If parsingIsSuccessful is true, contains a valid robot instance.
Definition at line 43 of file XMLReader.h.