brianmc95 / OpenCV2X

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
37 stars 15 forks source link

Can not find file "artery.lte.Mode4Application" #4

Open Luge1995 opened 4 years ago

Luge1995 commented 4 years ago

Hi, Brian I am reading the code while in a .ini file, some sentences confused me, the file path : OpenCV2X\scenarios\cars\omnetpp.ini the sentences: 191 .node[].application.typename = "artery.lte.Mode4Application" 192 .node[].application.middleware.updateInterval = 0.1s 193 .node[].application.middleware.datetime = "2013-06-01 12:35:00" 194 .node[].application.middleware.services = xmldoc("services.xml") I try to make out the way to implement a mode4 application different from mode3 applications. while I could not find a corresponding .NED file nor a defined module named "Mode4Application". I can not figure out if my understanding is wrong about the simulation structure.

thanks a lot for your help