|
fipa_acl
1.4
|
#include <conversation.h>
Public Member Functions | |
| Event () | |
| Event (const fipa::acl::ACLMessage &_msg, EventType _type) | |
Public Attributes | |
| fipa::acl::ACLMessage | msg |
| EventType | type |
| base::Time | timestamp |
Notification event which is forwarded from a ConversationObservable to its list of attached ConversationObservers
Definition at line 45 of file conversation.h.
| fipa::acl::conversation::Event::Event | ( | ) |
Definition at line 11 of file conversation.cpp.
| fipa::acl::conversation::Event::Event | ( | const fipa::acl::ACLMessage & | _msg, |
| EventType | _type | ||
| ) |
Definition at line 17 of file conversation.cpp.
| fipa::acl::ACLMessage fipa::acl::conversation::Event::msg |
Definition at line 51 of file conversation.h.
| base::Time fipa::acl::conversation::Event::timestamp |
Definition at line 53 of file conversation.h.
| EventType fipa::acl::conversation::Event::type |
Definition at line 52 of file conversation.h.
1.8.13