#include <LinkCommand.h>
Inheritance diagram for dtn::LinkCommand:
Definition at line 48 of file LinkCommand.h.
Public Member Functions | |
LinkCommand () | |
virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Virtual from CommandModule. |
dtn::LinkCommand::LinkCommand | ( | ) |
int dtn::LinkCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 73 of file LinkCommand.cc.
References dtn::ContactManager::add_link(), oasys::TclCommand::append_resultf(), dtn::Link::AVAILABLE, oasys::StringBuffer::c_str(), dtn::Link::clayer(), dtn::Link::CLOSED, dtn::BundleDaemon::contactmgr(), count, dtn::Link::create_link(), dtn::Link::dump(), dtn::Link::dump_stats(), dtn::ConvergenceLayer::find_clayer(), dtn::ContactManager::find_link(), dtn::BundleDaemon::instance(), dtn::Link::isopen(), dtn::Link::isopening(), ExamineDump::l, dtn::Link::LINK_INVALID, dtn::ContactManager::links(), dtn::ContactManager::lock(), oasys::TclCommand::name(), dtn::Link::OPEN, dtn::Link::parse_args(), dtn::BundleDaemon::post(), dtn::ConvergenceLayer::reconfigure_link(), oasys::TclCommand::resultf(), dtn::ConvergenceLayer::set_link_defaults(), oasys::TclCommand::set_result(), dtn::Link::state(), dtn::Link::state_to_str(), dtn::Link::str_to_link_type(), dtn::Link::UNAVAILABLE, dtn::ContactEvent::USER, and oasys::TclCommand::wrong_num_args().