Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

panda/src/pstatclient/config_pstats.cxx File Reference

#include "config_pstats.h"
#include <dconfig.h>

Go to the source code of this file.

Functions

 ConfigureDef (config_pstats)
 NotifyCategoryDef (pstats,"")
 ConfigureFn (config_pstats)
string get_pstats_name ()
float get_pstats_max_rate ()
void init_libpstatclient ()
 Initializes the library.


Variables

const string pstats_host = config_pstats.GetString("pstats-host", "localhost")
const int pstats_port = config_pstats.GetInt("pstats-port", 5180)
const float pstats_target_frame_rate = config_pstats.GetFloat("pstats-target-frame-rate", 30.0)
const bool pstats_scroll_mode = config_pstats.GetBool("pstats-scroll-mode", true)
const float pstats_history = config_pstats.GetFloat("pstats-history", 30.0)
const bool pstats_threaded_write = config_pstats.GetBool("pstats-threaded-write", false)


Detailed Description

Definition in file config_pstats.cxx.


Function Documentation

ConfigureDef config_pstats   ) 
 

ConfigureFn config_pstats   ) 
 

Definition at line 29 of file config_pstats.cxx.

float get_pstats_max_rate  ) 
 

Definition at line 37 of file config_pstats.cxx.

References pstats_host, pstats_port, and pstats_target_frame_rate.

string get_pstats_name  ) 
 

Definition at line 33 of file config_pstats.cxx.

void init_libpstatclient  ) 
 

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 67 of file config_pstats.cxx.

NotifyCategoryDef pstats  ,
"" 
 


Variable Documentation

const float pstats_history = config_pstats.GetFloat("pstats-history", 30.0)
 

Definition at line 48 of file config_pstats.cxx.

const string pstats_host = config_pstats.GetString("pstats-host", "localhost")
 

Definition at line 41 of file config_pstats.cxx.

Referenced by get_pstats_max_rate().

const int pstats_port = config_pstats.GetInt("pstats-port", 5180)
 

Definition at line 42 of file config_pstats.cxx.

Referenced by get_pstats_max_rate().

const bool pstats_scroll_mode = config_pstats.GetBool("pstats-scroll-mode", true)
 

Definition at line 47 of file config_pstats.cxx.

const float pstats_target_frame_rate = config_pstats.GetFloat("pstats-target-frame-rate", 30.0)
 

Definition at line 43 of file config_pstats.cxx.

Referenced by get_pstats_max_rate().

const bool pstats_threaded_write = config_pstats.GetBool("pstats-threaded-write", false)
 

Definition at line 49 of file config_pstats.cxx.


Generated on Fri May 2 00:46:09 2003 for Panda by doxygen1.3