riebl / artery

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

Creating messages #338

Open alizz-99 opened 2 months ago

alizz-99 commented 2 months ago

Hi! I am trying to create my own messages. Is it possible to add a list in the message? packet Leader { string id; int laneIndex; string type; vector<string> queue; };

Thank you!

riebl commented 2 months ago

Sure, the OMNeT++ manual deals with this topic extensively.