Class to control the sim. More...
#include <SimCommand.h>
Public Member Functions | |
| SimCommand () | |
| virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
| Virtual from CommandModule. | |
Class to control the sim.
Definition at line 27 of file SimCommand.h.
| dtnsim::SimCommand::SimCommand | ( | ) |
Definition at line 35 of file SimCommand.cc.
References dtnsim::Simulator::runtill_.
| int dtnsim::SimCommand::exec | ( | int | argc, | |
| const char ** | argv, | |||
| Tcl_Interp * | interp | |||
| ) | [virtual] |
Virtual from CommandModule.
Definition at line 45 of file SimCommand.cc.
References buf, dtnsim::Topology::create_node(), end, dtnsim::Topology::node_table(), dtnsim::SimAtEvent::objc_, dtnsim::SimAtEvent::objv_, and dtnsim::Simulator::post().
1.6.3