Panda3D
Loading...
Searching...
No Matches
config_downloader.h
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file config_downloader.h
10 * @author mike
11 * @date 2000-03-19
12 */
13
14#ifndef CONFIG_DOWNLOADER_H
15#define CONFIG_DOWNLOADER_H
16
17#include "pandabase.h"
18#include "notifyCategoryProxy.h"
19#include "dconfig.h"
20#include "configVariableInt.h"
22#include "configVariableBool.h"
25#include "configVariableList.h"
26
27ConfigureDecl(config_downloader, EXPCL_PANDA_DOWNLOADER, EXPTP_PANDA_DOWNLOADER);
28NotifyCategoryDecl(downloader, EXPCL_PANDA_DOWNLOADER, EXPTP_PANDA_DOWNLOADER);
29
30extern ConfigVariableInt downloader_byte_rate;
31extern ConfigVariableBool download_throttle;
32extern ConfigVariableDouble downloader_frequency;
33extern ConfigVariableInt downloader_timeout;
34extern ConfigVariableInt downloader_timeout_retries;
35
36extern ConfigVariableDouble decompressor_step_time;
37extern ConfigVariableDouble extractor_step_time;
38extern ConfigVariableInt patcher_buffer_size;
39
40extern ConfigVariableBool http_proxy_tunnel;
41extern ConfigVariableDouble http_connect_timeout;
42extern ConfigVariableDouble http_timeout;
43extern ConfigVariableInt http_skip_body_size;
44extern ConfigVariableDouble http_idle_timeout;
45extern ConfigVariableInt http_max_connect_count;
46
47extern EXPCL_PANDA_DOWNLOADER ConfigVariableInt tcp_header_size;
48extern EXPCL_PANDA_DOWNLOADER ConfigVariableBool support_ipv6;
49
50extern EXPCL_PANDA_DOWNLOADER void init_libdownloader();
51
52#endif
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as a floating- point type.
This is a convenience class to specialize ConfigVariable as an integer type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDA_DOWNLOADER void init_libdownloader()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.