

Public Member Functions | |
| SatPhyClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 579 of file satlink.cc.
00579 : TclClass("Phy/Sat") {} |
|
||||||||||||
|
Definition at line 580 of file satlink.cc.
00580 {
00581 return (new SatPhy);
00582 }
|
1.3.3