|
EMANE
1.2.1
|
#include <eelloaderpathloss.h>
Public Member Functions | |
| LoaderPathloss () | |
| ~LoaderPathloss () | |
| void | load (const ModuleType &modelType, const ModuleId &moduleId, const EventType &eventType, const InputArguments &args) override |
| EventInfoList | getEvents (EventPublishMode mode) override |
Definition at line 49 of file eelloaderpathloss.h.
| EMANE::Generators::EEL::LoaderPathloss::LoaderPathloss | ( | ) |
Definition at line 44 of file eelloaderpathloss.cc.
| EMANE::Generators::EEL::LoaderPathloss::~LoaderPathloss | ( | ) |
Definition at line 47 of file eelloaderpathloss.cc.
|
overridevirtual |
Gets the events to publish
| mode | Publish either the complete current known list of events or just those items that have changed |
Implements EMANE::Generators::EEL::LoaderPlugin.
Definition at line 160 of file eelloaderpathloss.cc.
|
overridevirtual |
Loads an EEL expression
| moduleType | Module type |
| moduleId | Module id |
| eventType | The event type |
| args | The event arguments |
| FormatException | when a module load fails |
Implements EMANE::Generators::EEL::LoaderPlugin.
Definition at line 50 of file eelloaderpathloss.cc.