#include <SimCommand.h>
Inheritance diagram for dtnsim::SimCommand:
Definition at line 48 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 55 of file SimCommand.cc.
References oasys::TclCommand::bind_d(), oasys::TclCommand::bind_s(), 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 64 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().