#include <InterfaceCommand.h>

Definition at line 27 of file InterfaceCommand.h.
Public Member Functions | |
| InterfaceCommand () | |
| virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
| Virtual from CommandModule. | |
| dtn::InterfaceCommand::InterfaceCommand | ( | ) |
| int dtn::InterfaceCommand::exec | ( | int | argc, | |
| const char ** | argv, | |||
| Tcl_Interp * | interp | |||
| ) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 35 of file InterfaceCommand.cc.
References oasys::StringBuffer::c_str(), dtn::ConvergenceLayer::find_clayer(), dtn::InterfaceTable::instance(), dtn::InterfaceTable::list(), oasys::TclCommand::name(), oasys::TclCommand::resultf(), oasys::TclCommand::set_result(), and oasys::TclCommand::wrong_num_args().
1.5.3