Protected Member Functions

ChannelInstaller Class Reference

#include <ChannelInstaller.h>

List of all members.

Protected Member Functions

virtual void initialize ()
virtual void handleMessage (cMessage *msg)
virtual cChannel * createReplacementChannelFor (cChannel *channel)

Detailed Description

Replaces channel objects in the network.

This module is a temporary solution until the NED infrastructure gets extended to accomodate channel classes.

Author:
Andras Varga

Definition at line 33 of file ChannelInstaller.h.


Member Function Documentation

cChannel * ChannelInstaller::createReplacementChannelFor ( cChannel *  channel  )  [protected, virtual]

Definition at line 27 of file ChannelInstaller.cc.

{
    return NULL;
}

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

Definition at line 32 of file ChannelInstaller.cc.

{
}

void ChannelInstaller::initialize (  )  [protected, virtual]

Definition at line 23 of file ChannelInstaller.cc.

{
}


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