|
INET Framework for OMNeT++/OMNEST
|
Lifecycle operation to bring up a network interface. More...
#include <InterfaceOperations.h>
Additional Inherited Members | |
Public Types inherited from inet::InterfaceOperationBase | |
| enum | Stage { STAGE_LOCAL, STAGE_LAST } |
Public Types inherited from inet::LifecycleOperation | |
| typedef std::map< std::string, std::string > | StringMap |
Public Member Functions inherited from inet::InterfaceOperationBase | |
| InterfaceOperationBase () | |
| virtual void | initialize (cModule *module, StringMap ¶ms) |
| Initialize the operation using the parameters provided in the string map. More... | |
| virtual int | getNumStages () const |
| Returns the number of stages required by this operation. More... | |
| NetworkInterface * | getInterface () const |
Public Member Functions inherited from inet::LifecycleOperation | |
| LifecycleOperation () | |
| cModule * | getRootModule () const |
| Returns the module the operation is initiated on. More... | |
| int | getCurrentStage () const |
| Returns the current stage, an integer in 0..numStages-1. More... | |
Lifecycle operation to bring up a network interface.