Closed alizz-99 closed 4 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; };
packet Leader { string id; int laneIndex; string type; vector<string> queue; };
Thank you!
Sure, the OMNeT++ manual deals with this topic extensively.
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!