#include <steering_motor_rpt_1_73.h>
|
static const int32_t | ID = 0x73 |
|
|
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) |
|
◆ Steeringmotorrpt173()
apollo::canbus::gem::Steeringmotorrpt173::Steeringmotorrpt173 |
( |
| ) |
|
◆ Parse()
void apollo::canbus::gem::Steeringmotorrpt173::Parse |
( |
const std::uint8_t * |
bytes, |
|
|
int32_t |
length, |
|
|
Gem * |
chassis |
|
) |
| const |
|
override |
在文件 steering_motor_rpt_1_73.cc 第 33 行定义.
34 {
35 chassis->mutable_steering_motor_rpt_1_73()->set_motor_current(
36 motor_current(bytes, length));
37 chassis->mutable_steering_motor_rpt_1_73()->set_shaft_position(
38 shaft_position(bytes, length));
39}
◆ ID
const int32_t apollo::canbus::gem::Steeringmotorrpt173::ID = 0x73 |
|
static |
该类的文档由以下文件生成: