

Public Member Functions | |
| SatLinkHandoffMgrClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 62 of file sathandoff.cc.
00062 : TclClass("HandoffManager/Sat") {} |
|
||||||||||||
|
Definition at line 63 of file sathandoff.cc.
00063 {
00064 return (new SatLinkHandoffMgr());
00065 }
|
1.3.3