INET Framework for OMNeT++/OMNEST
IProtocolRegistrationListener.h File Reference

Classes

class  inet::IProtocolRegistrationListener
 This interface defines methods that are called during protocol service primitve registration. More...
 
class  inet::DefaultProtocolRegistrationListener
 
class  inet::TransparentProtocolRegistrationListener
 

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 

Macros

#define Enter_Method2   cMethodCallContextSwitcher __ctx(check_and_cast<cComponent *>(this)); __ctx.methodCall
 

Functions

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)
 

Macro Definition Documentation

◆ Enter_Method2

#define Enter_Method2   cMethodCallContextSwitcher __ctx(check_and_cast<cComponent *>(this)); __ctx.methodCall