INET Framework for OMNeT++/OMNEST
inet::MACAddress::SimulationLifecycleListener Class Reference

#include <MACAddress.h>

Inheritance diagram for inet::MACAddress::SimulationLifecycleListener:

Private Member Functions

virtual void lifecycleEvent (SimulationLifecycleEventType eventType, cObject *details)
 
virtual void listenerRemoved ()
 

Member Function Documentation

virtual void inet::MACAddress::SimulationLifecycleListener::lifecycleEvent ( SimulationLifecycleEventType  eventType,
cObject *  details 
)
inlineprivatevirtual
46  {
47  if (eventType == LF_PRE_NETWORK_INITIALIZE)
48  autoAddressCtr = 0;
49  }
static unsigned int autoAddressCtr
Definition: MACAddress.h:40
virtual void inet::MACAddress::SimulationLifecycleListener::listenerRemoved ( )
inlineprivatevirtual
51  {
52  delete this;
53  }

The documentation for this class was generated from the following file: