Apollo
10.0
自动驾驶开放平台
ge3_message_manager.h
浏览该文件的文档.
1
/* Copyright 2019 The Apollo Authors. All Rights Reserved.
2
3
Licensed under the Apache License, Version 2.0 (the "License");
4
you may not use this file except in compliance with the License.
5
You may obtain a copy of the License at
6
7
http://www.apache.org/licenses/LICENSE-2.0
8
9
Unless required by applicable law or agreed to in writing, software
10
distributed under the License is distributed on an "AS IS" BASIS,
11
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
See the License for the specific language governing permissions and
13
limitations under the License.
14
==============================================================================*/
15
16
#pragma once
17
18
#include "modules/canbus_vehicle/ge3/proto/ge3.pb.h"
19
#include "
modules/drivers/canbus/can_comm/message_manager.h
"
20
21
namespace
apollo
{
22
namespace
canbus {
23
namespace
ge3 {
24
25
using ::apollo::drivers::canbus::MessageManager;
26
27
class
Ge3MessageManager
28
:
public
MessageManager<::apollo::canbus::Ge3> {
29
public
:
30
Ge3MessageManager
();
31
virtual
~Ge3MessageManager
();
32
};
33
34
}
// namespace ge3
35
}
// namespace canbus
36
}
// namespace apollo
apollo::canbus::ge3::Ge3MessageManager
Definition
ge3_message_manager.h:28
apollo::canbus::ge3::Ge3MessageManager::~Ge3MessageManager
virtual ~Ge3MessageManager()
Definition
ge3_message_manager.cc:60
apollo::canbus::ge3::Ge3MessageManager::Ge3MessageManager
Ge3MessageManager()
Definition
ge3_message_manager.cc:38
message_manager.h
The class of MessageManager
apollo
class register implement
Definition
arena_queue.h:37
modules
canbus_vehicle
ge3
ge3_message_manager.h