#include <map>
#include <vector>
#include <boost/thread/mutex.hpp>
#include <fipa_acl/conversation_monitor/conversation.h>
#include <fipa_acl/message_generator/acl_message.h>
Go to the source code of this file.
|
| class | fipa::acl::ConversationMonitor |
| | This library provides a statemachine to monitor a message flow based on performatives. The conversation monitor is capable of monitoring the conversation based on the protocol specified in the messages. There are scxml documents specifying how these protocols are defined. Protocols may contain subprotocols, which is partially supported. More...
|
| |
|
| | fipa |
| | Foundation of Physical Intelligent Agents.
|
| |
| | fipa::acl |
| | Agent Communication Language.
|
| |