YARP
Yet Another Robot Platform
yarp::robotinterface::experimental::XMLReaderResult Class Reference

Result of the parsing of XMLReader. More...

#include <yarp/robotinterface/experimental/XMLReader.h>

Detailed Description

Result of the parsing of XMLReader.

Definition at line 25 of file XMLReader.h.

Static Public Member Functions

static XMLReaderResult ParsingFailed ()
 

Public Attributes

bool parsingIsSuccessful = false
 True if the parsing was successful, false otherwise. More...
 
Robot robot
 If parsingIsSuccessful is true, contains a valid robot instance. More...
 

Member Function Documentation

◆ ParsingFailed()

static XMLReaderResult yarp::robotinterface::experimental::XMLReaderResult::ParsingFailed ( )
inlinestatic

Definition at line 28 of file XMLReader.h.

Member Data Documentation

◆ parsingIsSuccessful

bool yarp::robotinterface::experimental::XMLReaderResult::parsingIsSuccessful = false

True if the parsing was successful, false otherwise.

Definition at line 38 of file XMLReader.h.

◆ robot

Robot yarp::robotinterface::experimental::XMLReaderResult::robot

If parsingIsSuccessful is true, contains a valid robot instance.

Definition at line 43 of file XMLReader.h.


The documentation for this class was generated from the following file: