EMANE  1.0.1
EMANE::Application::EventGeneratorManager Class Referenceabstract

Deployment event server interface. More...

#include <eventgeneratormanager.h>

Inheritance diagram for EMANE::Application::EventGeneratorManager:
EMANE::Component EMANE::Buildable EMANE::Application::EventGeneratorManagerImpl

Public Member Functions

virtual ~EventGeneratorManager ()
 
virtual void add (std::unique_ptr< EventGenerator > &pEventGenerator)=0
 
const uuid_t & getUUID () const
 
virtual void initialize (Registrar &registrar)=0
 
virtual void configure (const ConfigurationUpdate &update)=0
 
virtual void start ()=0
 
virtual void postStart ()
 
virtual void stop ()=0
 
virtual void destroy ()=0 throw ()
 
BuildId getBuildId () const
 
void setBuildId (BuildId bid)
 

Protected Member Functions

 EventGeneratorManager (const uuid_t &uuid)
 

Protected Attributes

uuid_t uuid_
 

Detailed Description

Deployment event server interface.

Virtual base class for event generator containers.

Definition at line 56 of file eventgeneratormanager.h.

Constructor & Destructor Documentation

◆ ~EventGeneratorManager()

virtual EMANE::Application::EventGeneratorManager::~EventGeneratorManager ( )
inlinevirtual

Destroys an instance

Definition at line 63 of file eventgeneratormanager.h.

◆ EventGeneratorManager()

EMANE::Application::EventGeneratorManager::EventGeneratorManager ( const uuid_t &  uuid)
inlineprotected

Creates an EventGeneratorManager instance

Parameters
uuidInstance UUID

Definition at line 88 of file eventgeneratormanager.h.

Member Function Documentation

◆ add()

virtual void EMANE::Application::EventGeneratorManager::add ( std::unique_ptr< EventGenerator > &  pEventGenerator)
pure virtual

Add an event generator

Parameters
pEventGeneratorEventGenerator to add

Implemented in EMANE::Application::EventGeneratorManagerImpl.

◆ configure()

◆ destroy()

◆ getBuildId()

EMANE::BuildId EMANE::Buildable::getBuildId ( ) const
inlineinherited

Gets the application wide unique BuildId of this object.

Returns
the BuildId

Definition at line 34 of file buildable.inl.

◆ getUUID()

const uuid_t& EMANE::Application::EventGeneratorManager::getUUID ( ) const
inline

Gets the UUID

Returns
UUID

Definition at line 77 of file eventgeneratormanager.h.

◆ initialize()

◆ postStart()

◆ setBuildId()

void EMANE::Buildable::setBuildId ( BuildId  bid)
inlineinherited

Sets the application wide unique BuildId of this object. Builders assign a BuildId to objects at instantiation.

Parameters
bidthe BuildId
Note
: This method is for internal framework use only.

Definition at line 40 of file buildable.inl.

◆ start()

◆ stop()

Member Data Documentation

◆ uuid_

uuid_t EMANE::Application::EventGeneratorManager::uuid_
protected

Definition at line 93 of file eventgeneratormanager.h.


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