#include <wheelspeed_report_51e.h>
|
static const int32_t | ID = 0x51E |
|
|
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) |
|
◆ Wheelspeedreport51e()
apollo::canbus::ch::Wheelspeedreport51e::Wheelspeedreport51e |
( |
| ) |
|
◆ Parse()
void apollo::canbus::ch::Wheelspeedreport51e::Parse |
( |
const std::uint8_t * |
bytes, |
|
|
int32_t |
length, |
|
|
Ch * |
chassis |
|
) |
| const |
|
override |
在文件 wheelspeed_report_51e.cc 第 33 行定义.
34 {
35 chassis->mutable_wheelspeed_report_51e()->set_rr(
36 rr(bytes, length));
37 chassis->mutable_wheelspeed_report_51e()->set_rl(
38 rl(bytes, length));
39 chassis->mutable_wheelspeed_report_51e()->set_fr(
40 fr(bytes, length));
41 chassis->mutable_wheelspeed_report_51e()->set_fl(
42 fl(bytes, length));
43}
◆ ID
const int32_t apollo::canbus::ch::Wheelspeedreport51e::ID = 0x51E |
|
static |
该类的文档由以下文件生成: