Module Interface IUnidirectionalChannel

Package: ned
Built-in type

(no description)

Source code:

moduleinterface IUnidirectionalChannel
{
    gates:
        input i;
        output o;
}