#include <RouteCommand.h>
Inheritance diagram for dtn::RouteCommand:
Definition at line 48 of file RouteCommand.h.
Public Member Functions | |
RouteCommand () | |
virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Virtual from CommandModule. |
dtn::RouteCommand::RouteCommand | ( | ) |
Definition at line 55 of file RouteCommand.cc.
References oasys::TclCommand::add_to_help(), oasys::TclCommand::bind_b(), oasys::TclCommand::bind_i(), oasys::TclCommand::bind_s(), and dtn::BundleRouter::Config.
int dtn::RouteCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 75 of file RouteCommand.cc.
References oasys::StringBuffer::c_str(), dtn::BundleDaemon::contactmgr(), dtn::ContactManager::find_link(), dtn::BundleDaemon::get_routing_state(), dtn::BundleDaemon::instance(), oasys::TclCommand::name(), dtn::CompletionNotifier::notifier(), dtn::RouteEntry::parse_options(), dtn::BundleDaemon::post(), dtn::BundleDaemon::post_and_wait(), oasys::TclCommand::resultf(), dtn::BundleDaemon::set_local_eid(), oasys::TclCommand::set_result(), dtn::EndpointID::valid(), and oasys::TclCommand::wrong_num_args().