fipa_acl
1.4
Main Page
Namespaces
Classes
Files
File List
File Members
build
rock-master-18.09-multiagent-fipa-acl-0.20180914
src
message_parser
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
9
class
StringMessageParser
:
public
MessageParserImplementation
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
fipa::acl::MessageParserImplementation
Definition:
message_parser.h:12
fipa::acl::ACLMessage
This class provides a representation of a message conforming to the FIPA specification SC00061...
Definition:
acl_message.h:55
fipa
Foundation of Physical Intelligent Agents.
Definition:
conversation.cpp:6
fipa::acl::StringMessageParser
Definition:
string_message_parser.h:9
Generated by
1.8.11