ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Line Class Reference

#include <srm-topo.h>

Inheritance diagram for Line:

Topology TclObject List of all members.

Public Member Functions

 Line (int n, int src)
void flood (int, int)
Interface_Listoif (int node, int iif)
double backoff (int dst)
double delay (int src, int dst)

Protected Attributes

int src_
int c_
double alpha_
double beta_
int c2func_

Constructor & Destructor Documentation

Line::Line int    n,
int    src
[inline]
 


Member Function Documentation

double Line::backoff int    dst [virtual]
 

Implements Topology.

double Line::delay int    src,
int    dst
[virtual]
 

Implements Topology.

void Line::flood int   ,
int   
[virtual]
 

Implements Topology.

Interface_List * Line::oif int    node,
int    iif
[virtual]
 

Implements Topology.


Member Data Documentation

double Line::alpha_ [protected]
 

double Line::beta_ [protected]
 

int Line::c2func_ [protected]
 

int Line::c_ [protected]
 

int Line::src_ [protected]
 

Reimplemented from Topology.


The documentation for this class was generated from the following files:
This document is generated by doxygen.