#include <Simdtn2Command.h>
Inheritance diagram for dtnsim::Simdtn2Command:
These are the commands specific to DTN2 and sim For example commands to access bundlerouterifo from simulator
Definition at line 50 of file Simdtn2Command.h.
Public Member Functions | |
Simdtn2Command () | |
virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Virtual from CommandModule. | |
void | at_reg () |
Static Protected Attributes | |
static Simdtn2Command | instance_ |
dtnsim::Simdtn2Command::Simdtn2Command | ( | ) |
Definition at line 54 of file Simdtn2Command.cc.
int dtnsim::Simdtn2Command::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 72 of file Simdtn2Command.cc.
References ASSERT, log_info, dtnsim::Simulator::post(), src, and oasys::TclCommand::wrong_num_args().
void dtnsim::Simdtn2Command::at_reg | ( | ) |
Simdtn2Command dtnsim::Simdtn2Command::instance_ [static, protected] |
Definition at line 61 of file Simdtn2Command.h.