PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual void lost_connection()
Called whenever the connection to the client has been lost.
virtual std::string get_monitor_name()
Should be redefined to return a descriptive name for the type of PStatsMonitor this is.
TextStats * get_server()
Returns the server that owns this monitor.
A simple, scrolling-text stats server.
virtual void got_bad_version(int client_major, int client_minor, int server_major, int server_minor)
Like got_hello(), this is called when the "hello" message has been received from the client.
A simple, scrolling-text stats monitor.
virtual void got_hello()
Called when the "hello" message has been received from the client.
virtual bool is_thread_safe()
Should be redefined to return true if this monitor class can handle running in a sub-thread.
virtual void new_data(int thread_index, int frame_number)
Called as each frame's data is made available.