Apollo 10.0
自动驾驶开放平台
const_val.h
浏览该文件的文档.
1/******************************************************************************
2 * Copyright 2023 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#include <cmath>
18
19#ifndef RADAR_OCULII_CONST_VAL_H
20#define RADAR_OCULII_CONST_VAL_H
21
22namespace apollo {
23namespace drivers {
24namespace radar {
25 const int OCULII_QUEUE_SIZE = 65536;
29 const int OCULII_HANDSHAKE_SIZE = 24;
30
34 const int OCULII_HEADER_SIZE = 48;
35
41
45
47
51
52 const int ETHERNET_MTU = 1500;
53
54 const float DEG2RAD = std::atan(1) * 4 / 180;
55
56} // namespace radar
57} // namespace drivers
58} // namespace apollo
59
60#endif
const int OCULII_TRACKER_RESERVED_LENGTH
Definition const_val.h:43
const int OCULII_HEADER_SIZE
Definition const_val.h:34
const int OCULII_TRACKER_BLOCK_SIZE
Definition const_val.h:42
const float DEG2RAD
Definition const_val.h:54
const int OCULII_FOOTER_BLOCK_LENGTH
Definition const_val.h:48
const int OCULII_FOOTER_RESERVED_TAIL_LENGTH
Definition const_val.h:50
const int OCULII_HANDSHAKE_SIZE
Definition const_val.h:29
const int OCULII_HEADER_MAGIC_LENGTH
Definition const_val.h:31
const int OCULII_HEADER_RESERVED_TAIL_LENGTH
Definition const_val.h:33
const int OCULII_MAX_MESSAGE_LENGTH
Definition const_val.h:26
const int OCULII_HANDSHAKE_RESERVED_LENGTH
Definition const_val.h:28
const int OCULII_DETECTION_BLOCK_SIZE
Definition const_val.h:46
const int OCULII_HANDSHAKE_MAGIC_LENGTH
Definition const_val.h:27
const int OCULII_FOOTER_RESERVED_LENGTH
Definition const_val.h:49
const int OCULII_TRACKER_RESERVED_TAIL_LENGTH
Definition const_val.h:44
const int OCULII_QUEUE_SIZE
Definition const_val.h:25
const int OCULII_DECTION_BLOCK_SIZE
Definition const_val.h:36
const int OCULII_HEADER_RESERVED_LENGTH
Definition const_val.h:32
class register implement
Definition arena_queue.h:37