Panda3D
Functions | Variables
config_pstatclient.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "dconfig.h"
#include "configVariableString.h"
#include "configVariableInt.h"
#include "configVariableDouble.h"
#include "configVariableBool.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_pstatclient, EXPCL_PANDA_PSTATCLIENT, EXPTP_PANDA_PSTATCLIENT)
 
EXPCL_PANDA_PSTATCLIENT void init_libpstatclient ()
 Initializes the library. More...
 
 NotifyCategoryDecl (pstats, EXPCL_PANDA_PSTATCLIENT, EXPTP_PANDA_PSTATCLIENT)
 

Variables

EXPCL_PANDA_PSTATCLIENT ConfigVariableDouble pstats_average_time
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableBool pstats_gpu_timing
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableDouble pstats_history
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableString pstats_host
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableInt pstats_max_queue_size
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableDouble pstats_max_rate
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableBool pstats_mem_other
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableString pstats_name
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableInt pstats_port
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableBool pstats_scroll_mode
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableDouble pstats_target_frame_rate
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableDouble pstats_tcp_ratio
 
EXPCL_PANDA_PSTATCLIENT ConfigVariableBool pstats_threaded_write
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-07-09

Definition in file config_pstatclient.h.

Function Documentation

◆ init_libpstatclient()

EXPCL_PANDA_PSTATCLIENT 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 107 of file config_pstatclient.cxx.

Referenced by init_libpanda().