Inheritance diagram for Phy802_15_4Class:


Definition at line 102 of file p802_15_4phy.cc.
Public Member Functions | |
| TclObject * | create (int, const char *const *) |
| Phy802_15_4Class () | |
|
|
Definition at line 104 of file p802_15_4phy.cc. 00104 : TclClass("Phy/WirelessPhy/802_15_4") {}
|
|
||||||||||||
|
Definition at line 105 of file p802_15_4phy.cc. References Phy802_15_4::PPIB. 00105 { 00106 return (new Phy802_15_4(&(Phy802_15_4::PPIB))); 00107 }
|
1.4.6