fipa_acl  1.4
string_message_format.h
Go to the documentation of this file.
1 #ifndef FIPA_ACL_STRING_MESSAGE_FORMAT_H
2 #define FIPA_ACL_STRING_MESSAGE_FORMAT_H
3 
4 #include <fipa_acl/message_generator/format/string_format.h>
5 namespace fipa {
6 namespace acl {
7 
9 {
10 public:
11  virtual ~StringMessageFormat() {}
16  std::string apply(const ACLMessage& msg) const;
17 };
18 
19 } // end namespace acl
20 } // end namespace fipa
21 
22 #endif //FIPA_ACL_STRING_MESSAGE_FORMAT_H
Abstract class which should be implemented by a specific format to encode an ACLMessage according to ...
std::string apply(const ACLMessage &msg) const
This class provides a representation of a message conforming to the FIPA specification SC00061...
Definition: acl_message.h:55
Foundation of Physical Intelligent Agents.
Definition: conversation.cpp:6