Loading ttcn/TraceParser/TraceParserSystem.ttcn3 +3 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ module TraceParserSystem { } type port CompPortType message{ inout LinkId, SyncCommand; inout LinkId, SyncCommand, NrOfEmptyMsg; } type component SystemType { Loading Loading @@ -76,6 +76,8 @@ module TraceParserSystem { e_error } type integer NrOfEmptyMsg; template PayloadStructure mw_obuBroadCastMsg := { broadcastMsg := { broadcast := 'FF'O, Loading Loading
ttcn/TraceParser/TraceParserSystem.ttcn3 +3 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ module TraceParserSystem { } type port CompPortType message{ inout LinkId, SyncCommand; inout LinkId, SyncCommand, NrOfEmptyMsg; } type component SystemType { Loading Loading @@ -76,6 +76,8 @@ module TraceParserSystem { e_error } type integer NrOfEmptyMsg; template PayloadStructure mw_obuBroadCastMsg := { broadcastMsg := { broadcast := 'FF'O, Loading