Apollo 10.0
自动驾驶开放平台
|
#include <park_command_104.h>
Public 成员函数 | |
Parkcommand104 () | |
uint32_t | GetPeriod () const override |
void | Parse (const std::uint8_t *bytes, int32_t length, Demo *chassis) const override |
void | UpdateData_Heartbeat (uint8_t *data) override |
void | UpdateData (uint8_t *data) override |
void | Reset () override |
Parkcommand104 * | set_heartbeat_104 (int heartbeat_104) |
Parkcommand104 * | set_checksum_104 (int checksum_104) |
Parkcommand104 * | set_park_target (Park_command_104::Park_targetType park_target) |
Parkcommand104 * | set_park_en_ctrl (Park_command_104::Park_en_ctrlType park_en_ctrl) |
![]() | |
ProtocolData ()=default | |
construct protocol data. | |
virtual | ~ProtocolData ()=default |
destruct protocol data. | |
virtual int32_t | GetLength () const |
virtual void | Parse (const uint8_t *bytes, int32_t length, ::apollo::canbus::Demo *sensor_data) const |
静态 Public 属性 | |
static const int32_t | ID = 0x104 |
额外继承的成员函数 | |
![]() | |
static std::uint8_t | CalculateCheckSum (const uint8_t *input, const uint32_t length) |
static function, used to calculate the checksum of input array. | |
static T | BoundedValue (T lower, T upper, T val) |
在文件 park_command_104.h 第 27 行定义.
apollo::canbus::demo::Parkcommand104::Parkcommand104 | ( | ) |
在文件 park_command_104.cc 第 30 行定义.
|
overridevirtual |
重载 apollo::drivers::canbus::ProtocolData<::apollo::canbus::Demo > .
在文件 park_command_104.cc 第 32 行定义.
|
override |
在文件 park_command_104.cc 第 38 行定义.
|
overridevirtual |
重载 apollo::drivers::canbus::ProtocolData<::apollo::canbus::Demo > .
在文件 park_command_104.cc 第 65 行定义.
Parkcommand104 * apollo::canbus::demo::Parkcommand104::set_checksum_104 | ( | int | checksum_104 | ) |
在文件 park_command_104.cc 第 89 行定义.
Parkcommand104 * apollo::canbus::demo::Parkcommand104::set_heartbeat_104 | ( | int | heartbeat_104 | ) |
在文件 park_command_104.cc 第 73 行定义.
Parkcommand104 * apollo::canbus::demo::Parkcommand104::set_park_en_ctrl | ( | Park_command_104::Park_en_ctrlType | park_en_ctrl | ) |
在文件 park_command_104.cc 第 124 行定义.
Parkcommand104 * apollo::canbus::demo::Parkcommand104::set_park_target | ( | Park_command_104::Park_targetType | park_target | ) |
在文件 park_command_104.cc 第 105 行定义.
|
overridevirtual |
重载 apollo::drivers::canbus::ProtocolData<::apollo::canbus::Demo > .
在文件 park_command_104.cc 第 60 行定义.
|
overridevirtual |
重载 apollo::drivers::canbus::ProtocolData<::apollo::canbus::Demo > .
在文件 park_command_104.cc 第 50 行定义.
|
static |
在文件 park_command_104.h 第 30 行定义.