I have read the omnet and inet documentation but the initialization of stages is still unclear to me. Will someone kindly explain how the stages are initialized in the following two lines? I am trying to understand example testnewmac in inet.
void EtherAppCli::initialize(int stage)
{
cSimpleModule::initialize(stage);