Inheritance diagram for DTNBindCommand:

Definition at line 444 of file dtntest.cc.
Public Member Functions | |
| DTNBindCommand () | |
| int | exec (int argc, const char **argv, Tcl_Interp *interp) |
| Override this to parse the list of arguments as strings. | |
| DTNBindCommand::DTNBindCommand | ( | ) | [inline] |
Definition at line 446 of file dtntest.cc.
| int DTNBindCommand::exec | ( | int | argc, | |
| const char ** | argv, | |||
| Tcl_Interp * | interp | |||
| ) | [inline, virtual] |
Override this to parse the list of arguments as strings.
| argc | Argument count | |
| argv | Argument values | |
| interp | Tcl interpreter |
Reimplemented from oasys::TclCommand.
Definition at line 448 of file dtntest.cc.
References dtn_bind(), dtn_errno(), dtn_strerror(), DTN_SUCCESS, regid, oasys::TclCommand::resultf(), and oasys::TclCommand::wrong_num_args().
1.5.1