Apollo 10.0
自动驾驶开放平台
neolix_edu_message_manager.cc
浏览该文件的文档.
1/******************************************************************************
2 * Copyright 2020 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
24
41
42namespace apollo {
43namespace canbus {
44namespace neolix_edu {
45
47 // Control Messages
48 AddSendProtocolData<Adsbrakecommand46, true>();
49 AddSendProtocolData<Adsdiagnosis628, true>();
50 AddSendProtocolData<Adsdrivecommand50, true>();
51 AddSendProtocolData<Adsepscommand56, true>();
52 AddSendProtocolData<Adslighthorncommand310, true>();
53
54 // Report Messages
55 AddRecvProtocolData<Aebsystemstate11, true>();
56 AddRecvProtocolData<Vcubrakereport47, true>();
57 AddRecvProtocolData<Vcudrivereport52, true>();
58 AddRecvProtocolData<Vcuepsreport57, true>();
59 AddRecvProtocolData<Vcunm401, true>();
60 AddRecvProtocolData<Vcupowerstatus214, true>();
61 AddRecvProtocolData<Vcuvehiclefaultresponse201, true>();
62 AddRecvProtocolData<Vcuvehicleinforesponse502, true>();
63 AddRecvProtocolData<Vcuvehiclestatusreport101, true>();
64 AddRecvProtocolData<Aebdiagnosis1626, true>();
65 AddRecvProtocolData<Aebdiagresp718, true>();
66 AddRecvProtocolData<Aebfrontwheelspeed353, true>();
67 AddRecvProtocolData<Aebrearwheelspeed354, true>();
68 AddRecvProtocolData<Aebwheelimpulse355, true>();
69 AddRecvProtocolData<Pas1stdata311, true>();
70 AddRecvProtocolData<Pas2nddata312, true>();
71}
72
74
75} // namespace neolix_edu
76} // namespace canbus
77} // namespace apollo
class register implement
Definition arena_queue.h:37