

Public Member Functions | |
| agentIMEPclass () | |
| TclObject * | create (int argc, const char *const *argv) |
|
|
Definition at line 66 of file imep.cc.
00066 : TclClass("Agent/IMEP") {} |
|
||||||||||||
|
Definition at line 67 of file imep.cc. References nsaddr_t.
00067 {
00068 assert(argc == 5);
00069 return (new imepAgent((nsaddr_t) atoi(argv[4])));
00070 }
|
1.3.3