Panda3D
Functions | Variables
config_express.cxx File Reference

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

#include "config_express.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "nodeReferenceCount.h"
#include "referenceCount.h"
#include "textEncoder.h"
#include "typedObject.h"
#include "typedReferenceCount.h"
#include "virtualFile.h"
#include "virtualFileComposite.h"
#include "virtualFileMount.h"
#include "virtualFileMountAndroidAsset.h"
#include "virtualFileMountMultifile.h"
#include "virtualFileMountRamdisk.h"
#include "virtualFileMountSystem.h"
#include "virtualFileSimple.h"
#include "fileReference.h"
#include "temporaryFile.h"
#include "pandaSystem.h"
#include "numeric_types.h"
#include "namable.h"
#include "export_dtool.h"
#include "dconfig.h"
#include "streamWrapper.h"

Go to the source code of this file.

Functions

 ConfigureDef (config_express)
 
 ConfigureFn (config_express)
 
bool get_paranoid_clock ()
 
bool get_use_high_res_clock ()
 
bool get_verify_dcast ()
 
void init_libexpress ()
 Initializes the library. More...
 
 NotifyCategoryDef (express, "")
 
 NotifyCategoryDef (clock, ":express")
 

Variables

ConfigVariableBool collect_tcp ("collect-tcp", false, PRC_DESC("Set this true to enable accumulation of several small consecutive " "TCP datagrams into one large datagram before sending it, to reduce " "overhead from the TCP/IP protocol. See " "Connection::set_collect_tcp() or SocketStream::set_collect_tcp()."))
 
ConfigVariableDouble collect_tcp_interval ("collect-tcp-interval", 0.2)
 
ConfigVariableBool keep_temporary_files ("keep-temporary-files", false, PRC_DESC("Set this true to keep around the temporary files from " "downloading, decompressing, and patching, or false (the " "default) to delete these. Mainly useful for debugging " "when the process goes wrong."))
 
ConfigVariableBool multifile_always_binary ("multifile-always-binary", false, PRC_DESC("This is a temporary transition variable. Set this true " "to enable the old behavior for multifiles: all subfiles are " "always added to and extracted from the multifile in binary mode. " "Set it false to enable the new behavior: subfiles may be added " "or extracted in either binary or text mode, according to the " "set_binary() or set_text() flag on the Filename."))
 
ConfigVariableInt patchfile_buffer_size ("patchfile-buffer-size", 4096)
 
ConfigVariableInt patchfile_increment_size ("patchfile-increment-size", 8)
 
ConfigVariableInt patchfile_window_size ("patchfile-window-size", 16)
 
ConfigVariableInt patchfile_zone_size ("patchfile-zone-size", 10000)
 

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
2006-03-28

Definition in file config_express.cxx.

Function Documentation

◆ init_libexpress()

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().