Definition at line 48 of file dtntest.cc.
Public Member Functions | |
void | init_opts () |
DTNOpenCommand () | |
int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Public Attributes | |
oasys::OptParser | parser_ |
OpenOpts | opts_ |
Classes | |
struct | OpenOpts |
DTNOpenCommand::DTNOpenCommand | ( | ) | [inline] |
Definition at line 62 of file dtntest.cc.
References opts_, parser_, and DTNOpenCommand::OpenOpts::version_.
void DTNOpenCommand::init_opts | ( | ) | [inline] |
Definition at line 58 of file dtntest.cc.
References DTN_IPC_VERSION, opts_, and DTNOpenCommand::OpenOpts::version_.
Referenced by exec().
int DTNOpenCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [inline] |
Definition at line 66 of file dtntest.cc.
References dtn_open(), dtn_strerror(), DTN_SUCCESS, dtnipc_version, handle, init_opts(), opts_, parser_, and DTNOpenCommand::OpenOpts::version_.
oasys::OptParser DTNOpenCommand::parser_ |