INET Framework for OMNeT++/OMNEST
inet::Join Class Reference
Inheritance diagram for inet::Join:

Protected Member Functions

virtual void initialize () override
 
virtual void handleMessage (cMessage *msg) override
 

Protected Attributes

cGate * outg
 

Member Function Documentation

void inet::Join::handleMessage ( cMessage *  msg)
overrideprotectedvirtual
40 {
41  send(msg, outg);
42 }
cGate * outg
Definition: Join.cc:25
void inet::Join::initialize ( )
overrideprotectedvirtual
35 {
36  outg = gate("out");
37 }
cGate * outg
Definition: Join.cc:25

Member Data Documentation

cGate* inet::Join::outg
protected

The documentation for this class was generated from the following file: