Apollo 10.0
自动驾驶开放平台
wey_message_manager.cc
浏览该文件的文档.
1/* Copyright 2019 The Apollo Authors. All Rights Reserved.
2
3Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
14==============================================================================*/
15
17
23
33
34namespace apollo {
35namespace canbus {
36namespace wey {
37
39 // Control Messages
40 AddSendProtocolData<Ads1111, true>();
41 AddSendProtocolData<Ads338e, true>();
42 AddSendProtocolData<Adseps113, true>();
43 AddSendProtocolData<Adsreqvin390, true>();
44 AddSendProtocolData<Adsshifter115, true>();
45
46 // Report Messages
47 AddRecvProtocolData<Fail241, true>();
48 AddRecvProtocolData<Fbs1243, true>();
49 AddRecvProtocolData<Fbs2240, true>();
50 AddRecvProtocolData<Fbs3237, true>();
51 AddRecvProtocolData<Fbs4235, true>();
52 AddRecvProtocolData<Status310, true>();
53 AddRecvProtocolData<Vinresp1391, true>();
54 AddRecvProtocolData<Vinresp2392, true>();
55 AddRecvProtocolData<Vinresp3393, true>();
56}
57
59
60} // namespace wey
61} // namespace canbus
62} // namespace apollo
class register implement
Definition arena_queue.h:37