|
EMANE
1.2.1
|
#include <eventdirector.h>
Public Member Functions | |
| EventDirector (const std::string &filename, EventGeneratorBuilder &builder) | |
| ~EventDirector () | |
| std::unique_ptr< EventGeneratorManager > | construct (const uuid_t &uuid) |
Definition at line 61 of file eventdirector.h.
| EMANE::Application::EventDirector::EventDirector | ( | const std::string & | filename, |
| EventGeneratorBuilder & | builder | ||
| ) |
Constructor
| filename | reference to the base XML filename |
| builder | reference to the EventGeneratorBuilder |
| ParseException | when an XML parse error occurs. |
| ValidateException | when an XML validation error occurs. |
Definition at line 37 of file eventdirector.cc.
| EMANE::Application::EventDirector::~EventDirector | ( | ) |
Destructor
Definition at line 43 of file eventdirector.cc.
| std::unique_ptr< EMANE::Application::EventGeneratorManager > EMANE::Application::EventDirector::construct | ( | const uuid_t & | uuid | ) |
Constructs the passed-in platform
| uuid | Instance UUID |
Definition at line 47 of file eventdirector.cc.