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  

Star Class Reference

#include <srm-topo.h>

Inheritance diagram for Star:

Topology TclObject List of all members.

Public Member Functions

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

Protected Attributes

int src_
int c_
double alpha_
double beta_

Constructor & Destructor Documentation

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


Member Function Documentation

double Star::backoff int    dst [virtual]
 

Implements Topology.

int Star::c   [inline]
 

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

Implements Topology.

void Star::flood int   ,
int   
[virtual]
 

Implements Topology.

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

Implements Topology.


Member Data Documentation

double Star::alpha_ [protected]
 

double Star::beta_ [protected]
 

int Star::c_ [protected]
 

int Star::src_ [protected]
 

Reimplemented from Topology.


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