EMANE  1.0.1
EMANE::Generators::EEL Namespace Reference

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  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 }
 

Typedef Documentation

◆ EventInfoList

Definition at line 58 of file generators/eel/types.h.

◆ EventType

using EMANE::Generators::EEL::EventType = typedef std::string

Definition at line 54 of file generators/eel/types.h.

◆ InputArguments

using EMANE::Generators::EEL::InputArguments = typedef std::vector<std::string>

Definition at line 56 of file generators/eel/types.h.

◆ ModuleId

using EMANE::Generators::EEL::ModuleId = typedef unsigned short

Definition at line 52 of file generators/eel/types.h.

◆ ModuleType

using EMANE::Generators::EEL::ModuleType = typedef std::string

Definition at line 50 of file generators/eel/types.h.

Enumeration Type Documentation

◆ EventPublishMode

Enumerator
DELTA 
FULL 

Definition at line 60 of file generators/eel/types.h.