Name | Type | Description |
---|---|---|
Element | simple module | (no description) |
Clientnet | network | (no description) |
simple Element { parameters: @display("i=block/routing"); gates: input in; // input wej; output out; } network Clientnet { submodules: client: Element { parameters: @display("i=,cyan;p=301,47"); } net: Element { parameters: @display("i=,gold;p=142,56"); } connections: client.out --> net.in; //?? czy delay=0ms client.in <-- net.out; }