I read manual and inside the manual there is described using pseudo code that first simulation step, when simulation start is "network initialization" from system module to the sub-modules. In simulation example that I have there is "simulation.ned" and it s used for defining some simulation variables and package.ned where I have network defined.
Questions are:
When simulation start how omnet intialize modules (maybee seek for all *.ned files to create full network)?
when module is created does he wait for all sub-modules to be generated or he immediately apply configuration ( initialize() method) or wait for all modules to be created and then continue with configuration?
thanks