Apollo 10.0
自动驾驶开放平台
lincoln_message_manager.cc
浏览该文件的文档.
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
18
42
43namespace apollo {
44namespace canbus {
45namespace lincoln {
46
48 // TODO(Authors): verify which one is recv/sent
49 AddSendProtocolData<Brake60, true>();
50 AddSendProtocolData<Throttle62, true>();
51 AddSendProtocolData<Steering64, true>();
52 AddSendProtocolData<Gear66, true>();
53 AddSendProtocolData<Turnsignal68, true>();
54
55 AddRecvProtocolData<Brake61, true>();
56 AddRecvProtocolData<Throttle63, true>();
57 AddRecvProtocolData<Steering65, true>();
58 AddRecvProtocolData<Gear67, true>();
59 AddRecvProtocolData<Misc69, true>();
60 AddRecvProtocolData<Wheelspeed6a, true>();
61 AddRecvProtocolData<Accel6b, true>();
62 AddRecvProtocolData<Gyro6c, true>();
63 AddRecvProtocolData<Gps6d, true>();
64 AddRecvProtocolData<Gps6e, true>();
65 AddRecvProtocolData<Gps6f, true>();
66 AddRecvProtocolData<Tirepressure71, true>();
67 AddRecvProtocolData<Fuellevel72, true>();
68 AddRecvProtocolData<Surround73, true>();
69 AddRecvProtocolData<Brakeinfo74, true>();
70 AddRecvProtocolData<Throttleinfo75, true>();
71 AddRecvProtocolData<Version7f, true>();
72 AddRecvProtocolData<License7e, true>();
73}
74
76
77} // namespace lincoln
78} // namespace canbus
79} // namespace apollo
the class of Accel6b (for lincoln vehicle)
the class of Brake60 (for lincoln vehicle)
the class of Brake61 (for lincoln vehicle)
the class of Brakeinfo74 (for lincoln vehicle)
LincolnMessageManager()
construct a lincoln message manager.
the class of (Fuellevel72) for lincoln vehicle)
the class of Gear66 (for lincoln vehicle)
the class of Gear67 (for lincoln vehicle)
the class of Gps6d (for lincoln vehicle)
the class of Gps6e (for lincoln vehicle)
the class of Gps6f (for lincoln vehicle)
the class of Gyro6c (for lincoln vehicle)
the class of LincolnMessageManager
the class of Misc69 (for lincoln vehicle)
class register implement
Definition arena_queue.h:37
the class of Steering64 (for lincoln vehicle)
the class of steering_65.h (for lincoln vehicle)
the class of Surround73 (for lincoln vehicle)
the class of Throttle62 (for lincoln vehicle)
the class of Throttle63 (for lincoln vehicle)
the class of Throttleinfo75 (for lincoln vehicle)
the class of Tirepressure71 (for lincoln vehicle)
the class of Turnsignal68 (for lincoln vehicle)