INET Framework for OMNeT++/OMNEST
Join Class Reference

List of all members.

Protected Member Functions

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

Protected Attributes

cGate * outg

Detailed Description

Definition at line 22 of file Join.cc.


Member Function Documentation

void Join::handleMessage ( cMessage *  msg) [protected, virtual]

Definition at line 38 of file Join.cc.

{
    send(msg,outg);
}
void Join::initialize ( ) [protected, virtual]

Definition at line 33 of file Join.cc.

{
    outg = gate("out");
}

Member Data Documentation

cGate* Join::outg [protected]

Definition at line 25 of file Join.cc.

Referenced by handleMessage(), and initialize().


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