#include <vin_rpt_414.h>
|
static const int32_t | ID = 0x414 |
|
|
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) |
|
◆ Vinrpt414()
apollo::canbus::lexus::Vinrpt414::Vinrpt414 |
( |
| ) |
|
◆ Parse()
void apollo::canbus::lexus::Vinrpt414::Parse |
( |
const std::uint8_t * |
bytes, |
|
|
int32_t |
length, |
|
|
Lexus * |
chassis |
|
) |
| const |
|
override |
在文件 vin_rpt_414.cc 第 33 行定义.
34 {
35 chassis->mutable_vin_rpt_414()->set_veh_serial(
36 veh_serial(bytes, length));
37 chassis->mutable_vin_rpt_414()->set_veh_my_code(
38 veh_my_code(bytes, length));
39 chassis->mutable_vin_rpt_414()->set_veh_mfg_code(
40 veh_mfg_code(bytes, length));
41}
◆ ID
const int32_t apollo::canbus::lexus::Vinrpt414::ID = 0x414 |
|
static |
该类的文档由以下文件生成: