#include <SimCommand.h>

Definition at line 27 of file SimCommand.h.
Public Member Functions | |
| SimCommand () | |
| virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
| Virtual from CommandModule. | |
| dtnsim::SimCommand::SimCommand | ( | ) |
Definition at line 32 of file SimCommand.cc.
References oasys::TclCommand::bind_var(), and dtnsim::Simulator::runtill_.
| int dtnsim::SimCommand::exec | ( | int | argc, | |
| const char ** | argv, | |||
| Tcl_Interp * | interp | |||
| ) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 42 of file SimCommand.cc.
References dtnsim::Topology::create_node(), end, oasys::TclCommandInterp::instance(), oasys::TclCommandInterp::lookup(), oasys::TclCommand::name(), oasys::TclCommandInterp::reg(), oasys::TclCommand::resultf(), and oasys::TclCommand::wrong_num_args().
1.5.3