22 #ifndef STDR_PARSER_XML_FILE_WRITER 23 #define STDR_PARSER_XML_FILE_WRITER The main namespace for STDR GUI XML parser.
static void messageToXmlElement(T msg, TiXmlNode *base)
Creates an xml element from a msg - template member function.
XmlFileWriter(void)
Default constructor.
static void messageToFile(T msg, std::string file_name)
Creates an xml file from a message - template member function.