I want to send a message as soon as the vehicle starts. For this I am using the self-message technique. I send a self-message and in the handleMessage
method after receiving the self-message I send the WaveShortMessage
which I want to send.
Is this the correct way to send the message?
Also I want to know the difference between a cMessage and a WaveShortMessage
.