Create a new model from scratch

Create a new model from scratch

Remember exercise [HelloWorld]. Create a new eTrice project and name it [SendingData] Open the [SendingData.room] file and copy the following code into the file or use content assist to create the model.

RoomModel SendingData {
LogicalSystem SendingData_LogSystem {
SubSystemRef SendingDataAppl:SendingData_SubSystem 
}
SubSystemClass SendingData_SubSystem {
ActorRef SendigDataTopRef:SendingDataTop 
}
ActorClass SendingDataTop {
}
}