I use Omnet++-4.6 and Veins-4a2.
The method simTime() returns the current time in seconds. I need to transform it to milliseconds, but I could not.
When I declare a simtime_t variable like this:
simtime_t TimeVar = simTime() * 1000;
it gives an error. Do you have an idea on how can I do this?