我需要将.msg文件添加到我的项目中。 .msg代码是:
import inet.common.INETDefs;
import inet.common.packet.chunk.Chunk;
import inet.networklayer.contract.ipv4.Ipv4Address;
namespace inet;
class HelloMsg extends FieldsChunk
{
Ipv4Address srcAddress;
unsigned int sequencenumber;
int hopdistance;
}
在构建项目时,出现此错误:
语法错误,NAME意外,期望$ end。