Debug command for hand manipulation of bundles. More...
#include <BundleCommand.h>
Classes | |
class | InjectOpts |
"bundle inject" command parameters/options More... | |
Public Member Functions | |
BundleCommand () | |
virtual int | exec (int objc, Tcl_Obj **objv, Tcl_Interp *interp) |
Virtual from CommandModule. | |
Private Member Functions | |
bool | parse_inject_options (InjectOpts *options, int objc, Tcl_Obj **objv, const char **invalidp) |
Parse the "bundle inject" command line options. |
Debug command for hand manipulation of bundles.
Definition at line 27 of file BundleCommand.h.
dtn::BundleCommand::BundleCommand | ( | ) |
Definition at line 31 of file BundleCommand.cc.
int dtn::BundleCommand::exec | ( | int | objc, | |
Tcl_Obj ** | objv, | |||
Tcl_Interp * | interp | |||
) | [virtual] |
Virtual from CommandModule.
Definition at line 106 of file BundleCommand.cc.
Referenced by dtnsim::NodeCommand::exec().
bool dtn::BundleCommand::parse_inject_options | ( | InjectOpts * | options, | |
int | objc, | |||
Tcl_Obj ** | objv, | |||
const char ** | invalidp | |||
) | [private] |
Parse the "bundle inject" command line options.
Definition at line 73 of file BundleCommand.cc.