fipa_acl  1.4
string_message_parser.h
Go to the documentation of this file.
1 #ifndef FIPAACL_STRING_MESSAGE_PARSER_H
2 #define FIPAACL_STRING_MESSAGE_PARSER_H
3 
4 #include <fipa_acl/message_parser/message_parser.h>
5 
6 namespace fipa {
7 namespace acl {
8 
10 {
11  bool parseData(const std::string& storage, ACLMessage& msg);
12 };
13 
14 } // end namespace acl
15 } // end namespace fipa
16 
17 #endif // FIPAACL_STRING_MESSAGE_PARSER_H
This class provides a representation of a message conforming to the FIPA specification SC00061...
Definition: acl_message.h:55