#include <ConsoleCommand.h>
Inheritance diagram for oasys::ConsoleCommand:
Definition at line 49 of file ConsoleCommand.h.
Public Member Functions | |
ConsoleCommand (const char *default_prompt) | |
Public Attributes | |
bool | stdio_ |
If true, spawn a stdin/stdout interpreter. | |
in_addr_t | addr_ |
Address to listen for the console. | |
u_int16_t | port_ |
Port to listen for the console. | |
std::string | prompt_ |
Prompt string. |
oasys::ConsoleCommand::ConsoleCommand | ( | const char * | default_prompt | ) |
Definition at line 44 of file ConsoleCommand.cc.
References addr_, oasys::TclCommand::bind_addr(), oasys::TclCommand::bind_b(), oasys::TclCommand::bind_i(), oasys::TclCommand::bind_s(), port_, prompt_, and stdio_.
If true, spawn a stdin/stdout interpreter.
Definition at line 53 of file ConsoleCommand.h.
Referenced by ConsoleCommand(), main(), and dtn::DTND::run_console().
in_addr_t oasys::ConsoleCommand::addr_ |
Address to listen for the console.
Definition at line 54 of file ConsoleCommand.h.
Referenced by ConsoleCommand(), dtn::DTND::get_options(), main(), and dtn::DTND::run_console().
u_int16_t oasys::ConsoleCommand::port_ |
Port to listen for the console.
Definition at line 55 of file ConsoleCommand.h.
Referenced by ConsoleCommand(), dtn::DTND::get_options(), main(), and dtn::DTND::run_console().
std::string oasys::ConsoleCommand::prompt_ |
Prompt string.
Definition at line 56 of file ConsoleCommand.h.
Referenced by ConsoleCommand(), main(), and dtn::DTND::run_console().