

Public Member Functions | |
| WirelessPhyClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 70 of file wireless-phy.cc.
00070 : TclClass("Phy/WirelessPhy") {} |
|
||||||||||||
|
Definition at line 71 of file wireless-phy.cc.
00071 {
00072 return (new WirelessPhy);
00073 }
|
1.3.3