Apollo
6.0
Open source self driving car software
modules
dreamview
backend
common
dreamview_gflags.h
Go to the documentation of this file.
1
/******************************************************************************
2
* Copyright 2017 The Apollo Authors. All Rights Reserved.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*****************************************************************************/
16
17
#pragma once
18
19
#include "gflags/gflags.h"
20
21
DECLARE_string
(dreamview_module_name);
22
23
DECLARE_bool
(dreamview_profiling_mode);
24
25
DECLARE_int32
(dreamview_profiling_duration);
26
27
DECLARE_string
(static_file_dir);
28
29
DECLARE_string
(server_ports);
30
31
DECLARE_bool
(routing_from_file);
32
33
DECLARE_string
(routing_response_file);
34
35
DECLARE_string
(websocket_timeout_ms);
36
37
DECLARE_string
(ssl_certificate);
38
39
DECLARE_double
(sim_map_radius);
40
41
DECLARE_int32
(dreamview_worker_num);
42
43
DECLARE_bool
(enable_update_size_check);
44
45
DECLARE_uint32
(max_update_size);
46
47
DECLARE_bool
(sim_world_with_routing_path);
48
49
DECLARE_string
(request_timeout_ms);
50
51
DECLARE_double
(voxel_filter_size);
52
53
DECLARE_double
(voxel_filter_height);
54
55
DECLARE_double
(system_status_lifetime_seconds);
56
57
DECLARE_string
(lidar_height_yaml);
58
59
DECLARE_int32
(monitor_msg_pending_queue_size);
60
61
DECLARE_string
(default_data_collection_config_path);
62
63
DECLARE_double
(loop_routing_end_to_start_distance_threshold);
64
65
DECLARE_string
(default_preprocess_config_path);
66
67
DECLARE_string
(vehicle_calibration_mode);
68
69
DECLARE_string
(lidar_calibration_mode);
70
71
DECLARE_string
(camera_calibration_mode);
DECLARE_double
DECLARE_double(sim_map_radius)
DECLARE_int32
DECLARE_int32(dreamview_profiling_duration)
DECLARE_bool
DECLARE_bool(dreamview_profiling_mode)
DECLARE_string
DECLARE_string(dreamview_module_name)
DECLARE_uint32
DECLARE_uint32(max_update_size)
Generated by
1.8.13