#include <veh_specific_rpt_1_412.h>
|
static const int32_t | ID = 0x412 |
|
|
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) |
|
◆ Vehspecificrpt1412()
apollo::canbus::lexus::Vehspecificrpt1412::Vehspecificrpt1412 |
( |
| ) |
|
◆ Parse()
void apollo::canbus::lexus::Vehspecificrpt1412::Parse |
( |
const std::uint8_t * |
bytes, |
|
|
int32_t |
length, |
|
|
Lexus * |
chassis |
|
) |
| const |
|
override |
在文件 veh_specific_rpt_1_412.cc 第 33 行定义.
34 {
35 chassis->mutable_veh_specific_rpt_1_412()->set_shift_pos_2(
36 shift_pos_2(bytes, length));
37 chassis->mutable_veh_specific_rpt_1_412()->set_shift_pos_1(
38 shift_pos_1(bytes, length));
39}
◆ ID
const int32_t apollo::canbus::lexus::Vehspecificrpt1412::ID = 0x412 |
|
static |
该类的文档由以下文件生成: