EMANE
1.2.1
|
Classes | |
class | EventInfo |
Contains event information to be published. More... | |
class | FormatException |
EEL Format exception. More... | |
class | Generator |
class | InputParser |
class | LoaderAntennaProfile |
class | LoaderCommEffect |
class | LoaderFadingSelection |
class | LoaderLocation |
class | LoaderPathloss |
class | LoaderPlugin |
Interface used to create an EEL loader plugin implementation. More... | |
class | LoaderPluginFactory |
Factory for creating plugins . The factory manages the DLL allowing for the creation of plugins of the same type. More... | |
class | LocationEntry |
Typedefs | |
using | ModuleType = std::string |
using | ModuleId = unsigned short |
using | EventType = std::string |
using | InputArguments = std::vector< std::string > |
using | EventInfoList = std::list< EventInfo > |
Enumerations | |
enum | EventPublishMode { DELTA, FULL } |
using EMANE::Generators::EEL::EventInfoList = typedef std::list<EventInfo> |
Definition at line 58 of file generators/eel/types.h.
using EMANE::Generators::EEL::EventType = typedef std::string |
Definition at line 54 of file generators/eel/types.h.
using EMANE::Generators::EEL::InputArguments = typedef std::vector<std::string> |
Definition at line 56 of file generators/eel/types.h.
using EMANE::Generators::EEL::ModuleId = typedef unsigned short |
Definition at line 52 of file generators/eel/types.h.
using EMANE::Generators::EEL::ModuleType = typedef std::string |
Definition at line 50 of file generators/eel/types.h.
Enumerator | |
---|---|
DELTA | |
FULL |
Definition at line 60 of file generators/eel/types.h.