EMANE  1.0.1
EMANE::Event Class Reference

Event interface is the base for all events. More...

#include <event.h>

Inheritance diagram for EMANE::Event:
EMANE::Serializable EMANE::Events::AntennaProfileEvent EMANE::Events::CommEffectEvent EMANE::Events::LocationEvent EMANE::Events::PathlossEvent EMANE::Events::TDMAScheduleEvent EMANE::Models::IEEE80211ABG::OneHopNeighborsEvent

Public Member Functions

virtual ~Event ()
 
EventId getEventId () const
 
virtual Serialization serialize () const
 

Protected Member Functions

 Event (EventId eventId)
 

Detailed Description

Event interface is the base for all events.

Definition at line 46 of file event.h.

Constructor & Destructor Documentation

◆ ~Event()

virtual EMANE::Event::~Event ( )
inlinevirtual

Destroys an instance

Definition at line 52 of file event.h.

◆ Event()

EMANE::Event::Event ( EventId  eventId)
inlineprotected

Definition at line 63 of file event.h.

Member Function Documentation

◆ getEventId()

EventId EMANE::Event::getEventId ( ) const
inline

Gets the event id

Returns
event id

Definition at line 59 of file event.h.

◆ serialize()


The documentation for this class was generated from the following file: