TODO
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Default value | Description |
---|---|---|---|
interfaceTableModule | string |
The path to the InterfaceTable module |
|
routingTableModule | string |
Name | Value | Description |
---|---|---|
display | i=block/layer |
Name | Direction | Size | Description |
---|---|---|---|
netwIn | input |
incoming ARP requests and replies |
|
netwOut | output |
outgoing ARP requests/replies |
Name | Type | Unit |
---|---|---|
failedARPResolution | IARP::Notification | |
initiatedARPResolution | IARP::Notification | |
completedARPResolution | IARP::Notification |
// // TODO // simple GlobalARP like IARP { parameters: string interfaceTableModule; // The path to the InterfaceTable module string routingTableModule; @display("i=block/layer"); @signal[initiatedARPResolution](type=IARP::Notification); @signal[completedARPResolution](type=IARP::Notification); @signal[failedARPResolution](type=IARP::Notification); gates: input netwIn @labels(ARPPacket+Ieee802Ctrl); // incoming ARP requests and replies output netwOut @labels(ARPPacket+Ieee802Ctrl); // outgoing ARP requests/replies }