i'm using inet and veins_inet to implement vanet simulation i need an RSU in my simulation so i added RSU veins module to my network and for the application a created a module that inherits from VeinsInetApplicationBase
but when i run the simulation i have the following error :
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
i tried with an application module inherited from DemoBaseApplLayer
but it doesn't work either