fipa_acl  1.4
bitefficient_envelope_parser.h
Go to the documentation of this file.
1 #ifndef FIPA_ACL_BITEFFICIENT_ENVELOPE_PARSER_H
2 #define FIPA_ACL_BITEFFICIENT_ENVELOPE_PARSER_H
3 
4 #include <string>
5 #include <fipa_acl/message_generator/acl_envelope.h>
6 #include <fipa_acl/message_generator/types.h>
7 #include <fipa_acl/message_parser/envelope_parser.h>
8 
9 namespace fipa {
10 namespace acl {
11 
13 {
14 
15 public:
16  bool parseData(const std::string& storage, ACLEnvelope& envelope);
17 };
18 
19 } // end namespace acl
20 } // end namespace fipa
21 
22 #endif // FIPA_ACL_BITEFFICIENT_ENVELOPE_PARSER_H
ACLMessage envelope (also typed as fipa::acl::Letter) includes the base envelope and updated fields...
Definition: acl_envelope.h:349
bool parseData(const std::string &storage, ACLEnvelope &envelope)