#include <float.h>
#include "trace.h"
#include "delay.h"
#include "object.h"
#include "packet.h"
#include "mac.h"
#include "channel.h"
#include "lib/bsd-list.h"
#include "phy.h"
#include "wireless-phy.h"
#include "mobilenode.h"
#include "ip.h"
#include "dsr/hdr_sr.h"
#include "gridkeeper.h"
#include "tworayground.h"
Include dependency graph for channel.cc:

Go to the source code of this file.
Data Structures | |
| class | ChannelClass |
| struct | ChannelDelayEvent |
| class | NoDupChannel |
| class | NoDupChannelClass |
| class | WirelessChannelClass |
Defines | |
| #define | XLIST_POSITION_UPDATE_INTERVAL 1.0 |
Variables | |
| static int | ChannelIndex = 0 |
| ChannelClass | class_channel |
| NoDupChannelClass | class_nodupchannel |
| WirelessChannelClass | class_Wireless_channel |
| static const char | rcsid [] |
|
|
Definition at line 45 of file channel.cc. Referenced by WirelessChannel::getAffectedNodes(). |
|
|
Definition at line 96 of file channel.cc. Referenced by Channel::Channel(). |
|
|
|
|
|
|
|
|
|
|
|
Initial value:
"@(#) $Header: /nfs/jade/vint/CVSROOT/ns-2/mac/channel.cc,v 1.45 2005/02/03 20:15:00 haldar Exp $ (UCB)"
Definition at line 39 of file channel.cc. |
1.4.6