#include <vin_resp3_51d.h>
|
static const int32_t | ID = 0x51D |
|
|
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) |
|
◆ Vinresp351d()
apollo::canbus::ch::Vinresp351d::Vinresp351d |
( |
| ) |
|
◆ Parse()
void apollo::canbus::ch::Vinresp351d::Parse |
( |
const std::uint8_t * |
bytes, |
|
|
int32_t |
length, |
|
|
Ch * |
chassis |
|
) |
| const |
|
override |
在文件 vin_resp3_51d.cc 第 35 行定义.
36 {
37 chassis->mutable_vin_resp3_51d()->set_vin17(
38 vin17(bytes, length));
39}
◆ ID
const int32_t apollo::canbus::ch::Vinresp351d::ID = 0x51D |
|
static |
该类的文档由以下文件生成: