我正在使用inet和venes_inet来实现vanet模拟我在我的模拟中需要一个RSU所以我将RSU静脉模块添加到我的网络并为应用程序创建了一个继承自的模块VeinsInetApplicationBase但是当我运行模拟时我有以下错误:
Submodule appl: No module type named 'rsuApp' found that implements module interface org.car2x.veins.base.modules.IBaseApplLayer (not in the loaded NED files?) -- in module (omnetpp::cModule) Network.rsu[0] (id=6), during network setup
我尝试使用继承自的应用程序模块,DemoBaseApplLayer但它也不起作用