Skip to content

Commit

Permalink
WireJunction: Added @wireJunction property for the Sequence Chart tool.
Browse files Browse the repository at this point in the history
This allows to recognize the top level wire junction modules and open their
axes when the network node level filter is selected. Otherwise these modules
are not open (because they are not full network nodes) and this prevents packet
transmissions to be seen.
  • Loading branch information
levy committed May 31, 2024
1 parent 8bc580b commit 2bbe4ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inet/physicallayer/wired/common/WireJunction.ned
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ package inet.physicallayer.wired.common;
simple WireJunction
{
parameters:
@wireJunction;
@display("i=misc/node_vs");
@signal[packetReceived](type=cPacket);
@statistic[packetReceived](title="packets"; source=packetReceived; record=count,"sum(packetBytes)","vector(packetBytes)"; interpolationmode=none);
Expand Down

0 comments on commit 2bbe4ac

Please sign in to comment.