|
Apollo 10.0
自动驾驶开放平台
|
#include <vin_resp1_514.h>
Public 成员函数 | |
| Vinresp1514 () | |
| void | Parse (const std::uint8_t *bytes, int32_t length, Devkit *chassis) const override |
Public 成员函数 继承自 apollo::drivers::canbus::ProtocolData< ::apollo::canbus::Devkit > | |
| ProtocolData ()=default | |
| construct protocol data. | |
| virtual | ~ProtocolData ()=default |
| destruct protocol data. | |
| virtual uint32_t | GetPeriod () const |
| virtual int32_t | GetLength () const |
| virtual void | Parse (const uint8_t *bytes, int32_t length, ::apollo::canbus::Devkit *sensor_data) const |
| virtual void | UpdateData (uint8_t *data) |
| virtual void | UpdateData_Heartbeat (uint8_t *data) |
| virtual void | Reset () |
静态 Public 属性 | |
| static const int32_t | ID = 0x514 |
额外继承的成员函数 | |
静态 Public 成员函数 继承自 apollo::drivers::canbus::ProtocolData< ::apollo::canbus::Devkit > | |
| 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) |
在文件 vin_resp1_514.h 第 29 行定义.
| apollo::canbus::devkit::Vinresp1514::Vinresp1514 | ( | ) |
在文件 vin_resp1_514.cc 第 32 行定义.
|
override |
在文件 vin_resp1_514.cc 第 35 行定义.
|
static |
在文件 vin_resp1_514.h 第 32 行定义.