|
fipa_acl
1.4
|
#include <iostream>#include <vector>#include <algorithm>#include <string>#include "acl_message.h"#include <boost/assign/list_of.hpp>#include <boost/date_time.hpp>#include <boost/foreach.hpp>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| fipa | |
| Foundation of Physical Intelligent Agents. | |
| fipa::acl | |
| Agent Communication Language. | |
Variables | |
| std::map< ACLMessage::Performative, std::string > | fipa::acl::PerformativeTxt |
| const std::string | fipa::acl::illegalWordChars = std::string("() ") + char(0x00) |
| const std::string | fipa::acl::illegalWordStart = std::string("@#-0123456789") |
1.8.13