如何知道模拟中每辆车的离开时间?

How to know the leaving time of each car in the simulation?

我使用 Omnet++-4.6、sumo-0.22.0 和 Veins-4a2。

在我的模拟中,我需要知道每辆车在模拟过程中花费了多少时间。

所以,我需要知道每辆车离开模拟的时间。

请问我该怎么做?

您可以在每个模块中使用 finalize 方法在对象被销毁(即离开模拟)时执行代码。在汽车的应用层试试这个(例如 TraciDemo11p)。