Classes | |
| struct | OpenOpts |
Public Member Functions | |
| void | init_opts () |
| DTNOpenCommand () | |
| int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Public Attributes | |
| oasys::OptParser | parser_ |
| OpenOpts | opts_ |
Definition at line 48 of file dtntest.cc.
| DTNOpenCommand::DTNOpenCommand | ( | ) | [inline] |
Definition at line 62 of file dtntest.cc.
References opts_, parser_, and DTNOpenCommand::OpenOpts::version_.
| 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_.
| 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().
Definition at line 56 of file dtntest.cc.
Referenced by DTNOpenCommand(), exec(), and init_opts().
| oasys::OptParser DTNOpenCommand::parser_ |
Definition at line 50 of file dtntest.cc.
Referenced by DTNOpenCommand(), and exec().
1.6.3