#include <textMonitor.h>
Inheritance diagram for TextMonitor:
Public Member Functions | |
TextMonitor () | |
virtual string | get_monitor_name () |
virtual void | got_hello () |
virtual void | got_bad_version (int client_major, int client_minor, int server_major, int server_minor) |
virtual void | new_data (int thread_index, int frame_number) |
virtual void | lost_connection () |
virtual bool | is_thread_safe () |
void | show_level (const PStatViewLevel *level, int indent_level) |
|
Definition at line 29 of file textMonitor.cxx. |
|
Implements PStatMonitor. Definition at line 39 of file textMonitor.cxx. |
|
Reimplemented from PStatMonitor. Definition at line 68 of file textMonitor.cxx. References PStatMonitor::get_client_hostname(), PStatMonitor::get_client_progname(), and nout. |
|
Reimplemented from PStatMonitor. Definition at line 51 of file textMonitor.cxx. References PStatMonitor::get_client_hostname(), PStatMonitor::get_client_progname(), and nout. |
|
Reimplemented from PStatMonitor. Definition at line 137 of file textMonitor.cxx. |
|
Reimplemented from PStatMonitor. Definition at line 121 of file textMonitor.cxx. References nout. |
|
Reimplemented from PStatMonitor. Definition at line 89 of file textMonitor.cxx. References PStatView::all_collectors_known(), PStatMonitor::get_client_data(), PStatThreadData::get_frame_rate(), PStatThreadData::get_latest_frame_number(), PStatView::get_net_value(), PStatView::get_thread_data(), PStatClientData::get_thread_name(), PStatView::get_top_level(), PStatMonitor::get_view(), level, nout, PStatView::set_to_frame(), and show_level(). |
|
Definition at line 147 of file textMonitor.cxx. References PStatMonitor::get_client_data(), PStatClientData::get_collector_name(), indent(), level, and nout. Referenced by new_data(). |