

Public Member Functions | |
| WiredPhyClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 41 of file wired-phy.cc.
00041 : TclClass("Phy/WiredPhy") {} |
|
||||||||||||
|
Definition at line 42 of file wired-phy.cc.
00042 {
00043 return (new WiredPhy);
00044 }
|
1.3.3