YARP
Yet Another Robot Platform
XMLReader.cpp File Reference
+ Include dependency graph for XMLReader.cpp:

Go to the source code of this file.

Classes

class  yarp::robotinterface::experimental::XMLReader::Private
 

Macros

#define SYNTAX_ERROR(line)   yError() << "Syntax error while loading" << curr_filename << "at line" << line << "."
 
#define SYNTAX_WARNING(line)   yWarning() << "Invalid syntax while loading" << curr_filename << "at line" << line << "."
 
#define TINYXML_UNSIGNED_INT_BUG   0
 

Macro Definition Documentation

◆ SYNTAX_ERROR

#define SYNTAX_ERROR (   line)    yError() << "Syntax error while loading" << curr_filename << "at line" << line << "."

Definition at line 35 of file XMLReader.cpp.

◆ SYNTAX_WARNING

#define SYNTAX_WARNING (   line)    yWarning() << "Invalid syntax while loading" << curr_filename << "at line" << line << "."

Definition at line 36 of file XMLReader.cpp.

◆ TINYXML_UNSIGNED_INT_BUG

#define TINYXML_UNSIGNED_INT_BUG   0

Definition at line 41 of file XMLReader.cpp.