INET Framework for OMNeT++/OMNEST
InitStages.h File Reference

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 

Variables

INET_API InitStage inet::INITSTAGE_LOCAL
 Initialization of local state that don't use or affect other modules includes: More...
 
INET_API InitStage inet::INITSTAGE_CLOCK
 Initialization of clocks. More...
 
INET_API InitStage inet::INITSTAGE_PHYSICAL_ENVIRONMENT
 Initialization of the physical environment. More...
 
INET_API InitStage inet::INITSTAGE_PHYSICAL_OBJECT_CACHE
 Initialization of the cache of physical objects present in the physical environment. More...
 
INET_API InitStage inet::INITSTAGE_GROUP_MOBILITY
 Initialization of group mobility modules: calculating the initial position and orientation. More...
 
INET_API InitStage inet::INITSTAGE_SINGLE_MOBILITY
 Initialization of single mobility modules: calculating the initial position and orientation. More...
 
INET_API InitStage inet::INITSTAGE_POWER
 Initialization of the power model: energy storage, energy consumer, energy generator, and energy management modules. More...
 
INET_API InitStage inet::INITSTAGE_PHYSICAL_LAYER
 Initialization of physical layer protocols includes: More...
 
INET_API InitStage inet::INITSTAGE_PHYSICAL_LAYER_NEIGHBOR_CACHE
 Initialization of physical layer neighbor cache. More...
 
INET_API InitStage inet::INITSTAGE_NETWORK_INTERFACE_CONFIGURATION
 Initialization of network interfaces includes: More...
 
INET_API InitStage inet::INITSTAGE_QUEUEING
 Initialization of queueing modules. More...
 
INET_API InitStage inet::INITSTAGE_LINK_LAYER
 Initialization of link-layer protocols. More...
 
INET_API InitStage inet::INITSTAGE_NETWORK_CONFIGURATION
 Initialization of network configuration (e.g. More...
 
INET_API InitStage inet::INITSTAGE_NETWORK_ADDRESS_ASSIGNMENT
 Initialization of network addresses. More...
 
INET_API InitStage inet::INITSTAGE_ROUTER_ID_ASSIGNMENT
 Initialization of network addresses. More...
 
INET_API InitStage inet::INITSTAGE_STATIC_ROUTING
 Initialization of static routing. More...
 
INET_API InitStage inet::INITSTAGE_NETWORK_LAYER
 Initialization of network layer protocols. More...
 
INET_API InitStage inet::INITSTAGE_NETWORK_LAYER_PROTOCOLS
 Initialization of network layer protocols over IP. More...
 
INET_API InitStage inet::INITSTAGE_TRANSPORT_LAYER
 Initialization of transport-layer protocols. More...
 
INET_API InitStage inet::INITSTAGE_ROUTING_PROTOCOLS
 Initialization of routing protocols. More...
 
INET_API InitStage inet::INITSTAGE_APPLICATION_LAYER
 Initialization of applications. More...
 
INET_API InitStage inet::INITSTAGE_LAST
 Operations that no other initializations can depend on, e.g. More...