#include <steering_motor_rpt_3_406.h>
|
static const int32_t | ID = 0x406 |
|
|
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) |
|
◆ Steeringmotorrpt3406()
apollo::canbus::lexus::Steeringmotorrpt3406::Steeringmotorrpt3406 |
( |
| ) |
|
◆ Parse()
void apollo::canbus::lexus::Steeringmotorrpt3406::Parse |
( |
const std::uint8_t * |
bytes, |
|
|
int32_t |
length, |
|
|
Lexus * |
chassis |
|
) |
| const |
|
override |
在文件 steering_motor_rpt_3_406.cc 第 33 行定义.
34 {
35 chassis->mutable_steering_motor_rpt_3_406()->set_torque_output(
36 torque_output(bytes, length));
37 chassis->mutable_steering_motor_rpt_3_406()->set_torque_input(
38 torque_input(bytes, length));
39}
◆ ID
const int32_t apollo::canbus::lexus::Steeringmotorrpt3406::ID = 0x406 |
|
static |
该类的文档由以下文件生成: