Omnet++ 如何在inet项目中实现RSU应用

Omnet++ 如何在inet项目中实现RSU应用,omnet++,veins,inet,Omnet++,Veins,Inet,我正在使用inet和Velines\u inet实现vanet模拟我需要在模拟中使用RSU,因此我将RSU Velines模块添加到我的网络中,并为应用程序a创建了一个从VeinsInetApplicationBase继承的模块,但当我运行模拟时,出现以下错误: Submodule appl: No module type named 'rsuApp' found that implements module interface org.car2x.veins.base.modules.IBas

我正在使用inet和Velines\u inet实现vanet模拟我需要在模拟中使用RSU,因此我将RSU Velines模块添加到我的网络中,并为应用程序a创建了一个从
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

我尝试使用继承自
DemoBaseApplayer
的应用程序模块,但它也不起作用

您可以将RSU视为不移动的汽车:在模拟中手动实例化汽车,并将其移动设置为StationaryMobility。

您可以将RSU视为不移动的汽车:在模拟中手动实例化汽车您的模拟并将其移动性设置为StationaryMobility。

是什么给您带来了问题?您需要解释错误消息的帮助吗?我想知道如何在inet模拟中实现RSU的应用程序给您带来了什么问题?您需要解释错误消息的帮助吗?我想知道如何在inet模拟中实现RSU的应用程序我做了以下操作,但不知道是否正确:在网络中。我在子模块中添加了ned:`RSU[1]:VeinsInetCar;`在omnetpp中:.rsu[].app[0].typename=“rsuApp.rsu[].mobility.typename=“StationaryMobility”但当我运行模拟时,出现以下错误:``发生运行时错误:没有这样的接口“wlan”--在模块(inet::HostAutoConfigurator)网络中。rsu[0].ifConfig(id=25),在网络初始化期间,``仅仅将移动性更改为静止状态并没有帮助。rsu的VEINSININETBASE应用程序需要更改。我做了以下操作,但不知道是否正确:在网络中。我在子模块中添加了ned:`rsu[1]:VeinsInetCar;`在omnetpp中:.rsu[].app[0].typename=“rsuApp.rsu[].mobility.typename=“StationaryMobility”但当我运行模拟时,出现以下错误:``发生运行时错误:没有这样的接口“wlan”--在模块(inet::HostAutoConfigurator)网络中。rsu[0].ifConfig(id=25),在网络初始化期间,``仅仅将移动性更改为静止状态并没有帮助。需要更改rsu的应用程序。