sommer / veins

Veins - The open source vehicular network simulation framework.
http://veins.car2x.org
GNU General Public License v2.0
288 stars 227 forks source link

msg error #232

Closed wggegshjg closed 2 years ago

wggegshjg commented 2 years ago

cplusplus {{

include "veins/base/utils/Coord.h"

include "veins/modules/messages/WaveShortMessage_m.h"

}}

class WaveShortMessage; class noncobject Coord;

packet WSMwithSignal extends WaveShortMessage { Coord selfPosition; double RiE; double RiC; double test;

wggegshjg commented 2 years ago

unknown type 'Coord' for field 'selfPosition' in 'WSMwithSignal'

sommer commented 2 years ago

Thank you for your message, but this is most probably not the right place to have this discussion. We're using the Veins issue tracker only to track mistakes in Veins. While there is certainly a chance that you might have found a mistake, there is also a good chance that Veins is working as it should and, rather, your problem can be solved with some guidance. May I please point you to the Veins FAQ for further guidance and a list of preferred places for having discussions. You can find the FAQ at http://veins.car2x.org/documentation/faq/