

Public Member Functions | |
| SatLLClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 149 of file satlink.cc.
00149 : TclClass("LL/Sat") {} |
|
||||||||||||
|
Definition at line 150 of file satlink.cc.
00150 {
00151 return (new SatLL);
00152 }
|
1.3.3