|
Goby v2
|
Enables the Verbosity == gui mode of the Goby logger and displays an NCurses gui for the logger content. More...
#include <goby/common/logger/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 42 of file flex_ncurses.h.
1.8.11