Note: Goby version 1 (shown here) is now considered obsolete. Please use version 2 for new projects, and consider upgrading old projects.

Goby Underwater Autonomy Project  Series: 1.1, revision: 163, released on 2013-02-06 14:23:27 -0500
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
goby::util::FlexNCurses Class Reference

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>

List of all members.

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

Detailed Description

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends