I'm working in a project that include the interaction of Sumo 0.30.0, veins 4.7.1 and Omnet++ 5.4.1
In a C++ project with object oriented programing is possible to define many classes, some of them can inherit from others, but the order of execution of the program is defined in the main function. Omnet environment does not have a main function. We can implement modules, define its submodules and the behavior of these submodules is define by a .cc and .h
My question is:
If the Omnet has not a main function in which order is execute the simulation ?