|
| void | inet::registerService (const Protocol &protocol, cGate *gate, ServicePrimitive servicePrimitive) |
| | Registers a service primitive (SDU processing) at the given gate. More...
|
| |
| void | inet::registerService (const Protocol &protocol, cGate *requestIn, cGate *indicationOut, cGate *responseIn, cGate *confirmOut) |
| |
| void | inet::registerServiceGroup (const ProtocolGroup &protocolGroup, cGate *gate, ServicePrimitive servicePrimitive) |
| |
| void | inet::registerServiceGroup (const ProtocolGroup &protocolGroup, cGate *requestIn, cGate *indicationOut, cGate *responseIn, cGate *confirmOut) |
| |
| void | inet::registerAnyService (cGate *gate, ServicePrimitive servicePrimitive) |
| |
| void | inet::registerAnyService (cGate *requestIn, cGate *indicationOut, cGate *responseIn, cGate *confirmOut) |
| |
| void | inet::registerProtocol (const Protocol &protocol, cGate *gate, ServicePrimitive servicePrimitive) |
| | Registers a protocol primitive (PDU processing) at the given gate. More...
|
| |
| void | inet::registerProtocol (const Protocol &protocol, cGate *requestOut, cGate *indicationIn, cGate *responseOut, cGate *confirmIn) |
| |
| void | inet::registerProtocolGroup (const ProtocolGroup &protocolGroup, cGate *gate, ServicePrimitive servicePrimitive) |
| |
| void | inet::registerProtocolGroup (const ProtocolGroup &protocolGroup, cGate *requestOut, cGate *indicationIn, cGate *responseOut, cGate *confirmIn) |
| |
| void | inet::registerAnyProtocol (cGate *gate, ServicePrimitive servicePrimitive) |
| |
| void | inet::registerAnyProtocol (cGate *requestOut, cGate *indicationIn, cGate *responseOut, cGate *confirmIn) |
| |