In Veins 5.0, the myId
member accessible from, e.g., TraCIDemo11p::initialize(int stage)
, refers to the OMNeT++ module ID of the NIC (e.g., node[0].nic
).
In Veins 4.7.1, myId
used to refer to the OMNeT++ module ID of the host (e.g., node[0]
).
Why was this changed?