#include <ConnCommand.h>

Definition at line 27 of file ConnCommand.h.
Public Member Functions | |
| ConnCommand () | |
| virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
| Virtual from CommandModule. | |
| dtnsim::ConnCommand::ConnCommand | ( | ) |
Definition at line 27 of file ConnCommand.cc.
References oasys::TclCommand::add_to_help(), oasys::TclCommand::bind_var(), and dtnsim::Connectivity::type_.
| int dtnsim::ConnCommand::exec | ( | int | argc, | |
| const char ** | argv, | |||
| Tcl_Interp * | interp | |||
| ) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 38 of file ConnCommand.cc.
References end, dtnsim::Connectivity::exec(), dtnsim::Topology::find_node(), dtnsim::Connectivity::instance(), dtnsim::ConnState::open_, dtnsim::ConnState::parse_options(), dtnsim::Simulator::post(), oasys::TclCommand::resultf(), and oasys::TclCommand::wrong_num_args().
1.5.3