Panda3D
Functions | Variables
config_express.h File Reference

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

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "dconfig.h"
#include "configVariableBool.h"
#include "configVariableInt.h"
#include "configVariableDouble.h"
#include "configVariableList.h"
#include "configVariableFilename.h"
#include "executionEnvironment.h"
#include "lineStream.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_express, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS)
 
EXPCL_PANDA_EXPRESS bool get_paranoid_clock ()
 
EXPCL_PANDA_EXPRESS bool get_paranoid_inheritance ()
 
EXPCL_PANDA_EXPRESS bool get_use_high_res_clock ()
 
EXPCL_PANDA_EXPRESS bool get_verify_dcast ()
 
EXPCL_PANDA_EXPRESS void init_libexpress ()
 Initializes the library. More...
 
 NotifyCategoryDecl (express, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS)
 
 NotifyCategoryDecl (clock, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS)
 

Variables

EXPCL_PANDA_EXPRESS ConfigVariableBool collect_tcp
 
EXPCL_PANDA_EXPRESS ConfigVariableDouble collect_tcp_interval
 
EXPCL_PANDA_EXPRESS ConfigVariableBool keep_temporary_files
 
ConfigVariableBool multifile_always_binary
 
ConfigVariableInt patchfile_buffer_size
 
ConfigVariableInt patchfile_increment_size
 
ConfigVariableInt patchfile_window_size
 
ConfigVariableInt patchfile_zone_size
 

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
cary
Date
2000-01-04

Definition in file config_express.h.

Function Documentation

◆ init_libexpress()

EXPCL_PANDA_EXPRESS void init_libexpress ( )

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 96 of file config_express.cxx.

References TypedObject::init_type().

Referenced by VirtualFileSystem::get_global_ptr().