EMANE
1.2.1
|
#include <eelloaderantennaprofile.h>
Public Member Functions | |
LoaderAntennaProfile () | |
~LoaderAntennaProfile () | |
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 eelloaderantennaprofile.h.
EMANE::Generators::EEL::LoaderAntennaProfile::LoaderAntennaProfile | ( | ) |
Definition at line 43 of file eelloaderantennaprofile.cc.
EMANE::Generators::EEL::LoaderAntennaProfile::~LoaderAntennaProfile | ( | ) |
Definition at line 46 of file eelloaderantennaprofile.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 139 of file eelloaderantennaprofile.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 49 of file eelloaderantennaprofile.cc.