Apollo 10.0
自动驾驶开放平台
apollo::canbus::zhongyun::ZhongyunMessageManager类 参考

#include <zhongyun_message_manager.h>

类 apollo::canbus::zhongyun::ZhongyunMessageManager 继承关系图:
apollo::canbus::zhongyun::ZhongyunMessageManager 的协作图:

Public 成员函数

 ZhongyunMessageManager ()
 
virtual ~ZhongyunMessageManager ()
 

详细描述

在文件 zhongyun_message_manager.h27 行定义.

构造及析构函数说明

◆ ZhongyunMessageManager()

apollo::canbus::zhongyun::ZhongyunMessageManager::ZhongyunMessageManager ( )

在文件 zhongyun_message_manager.cc33 行定义.

33 {
34 // Control Messages
35 AddSendProtocolData<Brakecontrola4, true>();
36 AddSendProtocolData<Gearcontrola1, true>();
37 AddSendProtocolData<Parkingcontrola5, true>();
38 AddSendProtocolData<Steeringcontrola2, true>();
39 AddSendProtocolData<Torquecontrola3, true>();
40
41 // Report Messages
42 AddRecvProtocolData<Enablestatefeedbackc3, true>();
43 AddRecvProtocolData<Errorstatee1, true>();
44 AddRecvProtocolData<Vehiclestatefeedback2c4, true>();
45 AddRecvProtocolData<Vehiclestatefeedbackc1, true>();
46}

◆ ~ZhongyunMessageManager()

apollo::canbus::zhongyun::ZhongyunMessageManager::~ZhongyunMessageManager ( )
virtual

在文件 zhongyun_message_manager.cc48 行定义.

48{}

该类的文档由以下文件生成: