#include <RouteCommand.h>
Inheritance diagram for dtn::RouteCommand:

Definition at line 27 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 37 of file RouteCommand.cc.
References oasys::TclCommand::add_to_help(), oasys::TclCommand::bind_var(), 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 88 of file RouteCommand.cc.
References oasys::StringBuffer::c_str(), oasys::TclCommand::name(), dtn::CompletionNotifier::notifier(), dtn::RouteEntry::parse_options(), dtn::BundleDaemon::post(), dtn::BundleDaemon::post_and_wait(), oasys::TclCommand::resultf(), oasys::TclCommand::set_result(), dtn::EndpointID::valid(), and oasys::TclCommand::wrong_num_args().
1.5.1