fipa_acl  1.4
xml_message_parser.h
Go to the documentation of this file.
1 #ifndef FIPAACL_XML_MESSAGE_PARSER_H
2 #define FIPAACL_XML_MESSAGE_PARSER_H
3 
4 #include <fipa_acl/message_parser/message_parser.h>
5 #include <tinyxml.h>
6 
7 namespace fipa {
8 namespace acl {
9 
11 {
12 private:
16  bool parseParameter(ACLMessage& aclMsg, const TiXmlElement* elem) const;
17 
18 public:
19  bool parseData(const std::string& storage, ACLMessage& msg);
20 };
21 
22 } // end namespace acl
23 } // end namespace fipa
24 
25 #endif // FIPAACL_XML_MESSAGE_PARSER_H
bool parseData(const std::string &storage, ACLMessage &msg)
This class provides a representation of a message conforming to the FIPA specification SC00061...
Definition: acl_message.h:55