INET Framework for OMNeT++/OMNEST
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

Member Function Documentation

cChannel * ChannelInstaller::createReplacementChannelFor ( cChannel *  channel) [protected, virtual]
{
    return NULL;
}
void ChannelInstaller::handleMessage ( cMessage *  msg) [protected, virtual]
{
}
void ChannelInstaller::initialize ( ) [protected, virtual]
{
}

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