#include <InterfaceCommand.h>
Inheritance diagram for dtn::InterfaceCommand:
Definition at line 48 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 56 of file InterfaceCommand.cc.
References add(), 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().