fipa_acl  1.4
Public Member Functions | Public Attributes | List of all members
fipa::acl::conversation::Event Struct Reference

#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
 

Detailed Description

Notification event which is forwarded from a ConversationObservable to its list of attached ConversationObservers

Definition at line 45 of file conversation.h.

Constructor & Destructor Documentation

◆ Event() [1/2]

fipa::acl::conversation::Event::Event ( )

Definition at line 11 of file conversation.cpp.

◆ Event() [2/2]

fipa::acl::conversation::Event::Event ( const fipa::acl::ACLMessage _msg,
EventType  _type 
)

Definition at line 17 of file conversation.cpp.

18  : msg(_msg)
19  , type(_type)
20  , timestamp(base::Time::now())
21 {}
fipa::acl::ACLMessage msg
Definition: conversation.h:51

Member Data Documentation

◆ msg

fipa::acl::ACLMessage fipa::acl::conversation::Event::msg

Definition at line 51 of file conversation.h.

◆ timestamp

base::Time fipa::acl::conversation::Event::timestamp

Definition at line 53 of file conversation.h.

◆ type

EventType fipa::acl::conversation::Event::type

Definition at line 52 of file conversation.h.


The documentation for this struct was generated from the following files: