

Public Member Functions | |
| SatTraceClass () | |
| TclObject * | create (int argc, const char *const *argv) |
|
|
Definition at line 58 of file sattrace.cc.
00058 : TclClass("Trace/Sat") { } |
|
||||||||||||
|
Definition at line 59 of file sattrace.cc.
00059 {
00060 if (argc >= 5) {
00061 return (new SatTrace(*argv[4]));
00062 }
00063 return 0;
00064 }
|
1.3.3