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

WirelessPhyClass Class Reference

Inheritance diagram for WirelessPhyClass:

Inheritance graph
[legend]
Collaboration diagram for WirelessPhyClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 WirelessPhyClass ()
TclObjectcreate (int, const char *const *)

Constructor & Destructor Documentation

WirelessPhyClass::WirelessPhyClass  )  [inline]
 

Definition at line 70 of file wireless-phy.cc.

00070 : TclClass("Phy/WirelessPhy") {}


Member Function Documentation

TclObject* WirelessPhyClass::create int  ,
const char *const * 
[inline]
 

Definition at line 71 of file wireless-phy.cc.

00071                                                   {
00072                 return (new WirelessPhy);
00073         }


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:36:10 2004 for NS2.26SourcesOriginal by doxygen 1.3.3