|
Goby Underwater Autonomy Project
Series: 1.1, revision: 163, released on 2013-02-06 14:23:27 -0500
|
Enables the Verbosity == gui mode of the Goby logger and displays an NCurses gui for the logger content. More...
#include <util/liblogger/flex_ncurses.h>
Public Member Functions | |
Constructors / Destructor | |
| FlexNCurses () | |
| ~FlexNCurses () | |
Initialization | |
| void | startup () |
| void | add_win (const Group *title) |
Use | |
| void | insert (boost::posix_time::ptime t, const std::string &s, Group *g) |
| Add a string to the gui. | |
Utility | |
| size_t | panel_from_group (Group *g) |
| void | recalculate_win () |
| void | cleanup () |
| void | alive (bool alive) |
User Input Thread | |
| void | run_input () |
| run in its own thread to take input from the user | |
Enables the Verbosity == gui mode of the Goby logger and displays an NCurses gui for the logger content.
Definition at line 38 of file flex_ncurses.h.
1.7.6.1