In tic toc, they are
tic. out - > {delay = exponential (200ms);} - > toc. in;
The out gate is connected to the in gate and then transmitted through the out gate.
The following code:
CMessage * MSG = new cMessage ("tictocMsg");
Send (msg, "out");
But in the case of veins, how do they transmit data? I know it's wireless, but how exactly is it transmitted?