fipa_acl  1.4
xml_message_format.h
Go to the documentation of this file.
1 #ifndef FIPA_ACL_XML_MESSAGE_FORMAT_H
2 #define FIPA_ACL_XML_MESSAGE_FORMAT_H
3 
4 #include <fipa_acl/message_generator/format/xml_format.h>
5 #include <fipa_acl/message_generator/message_format.h>
6 #include "tinyxml.h"
7 
8 namespace fipa {
9 namespace acl {
10 
12 {
13 private:
17  std::vector< TiXmlElement* > getParameters(const ACLMessage& aclMsg) const;
18 
19 public:
24  std::string apply(const ACLMessage& aclMsg) const;
25 };
26 
27 } // end namespace acl
28 } // end namespace fipa
29 
30 #endif //FIPA_ACL_XML_MESSAGE_FORMAT_H
Abstract class which should be implemented by a specific format to encode an ACLMessage according to ...
std::string apply(const ACLMessage &aclMsg) const
This class provides a representation of a message conforming to the FIPA specification SC00061...
Definition: acl_message.h:55