#include <scu_1_301.h>
|
static const int32_t | ID = 0x301 |
|
|
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) |
|
◆ Scu1301()
apollo::canbus::ge3::Scu1301::Scu1301 |
( |
| ) |
|
◆ Parse()
void apollo::canbus::ge3::Scu1301::Parse |
( |
const std::uint8_t * |
bytes, |
|
|
int32_t |
length, |
|
|
Ge3 * |
chassis |
|
) |
| const |
|
override |
在文件 scu_1_301.cc 第 31 行定义.
32 {
33 chassis->mutable_scu_1_301()->set_vin16(vin16(bytes, length));
34 chassis->mutable_scu_1_301()->set_scu_stopbutst(
35 scu_stopbutst(bytes, length));
36 chassis->mutable_scu_1_301()->set_scu_drvmode(
37 scu_drvmode(bytes, length));
38 chassis->mutable_scu_1_301()->set_scu_faultst(
39 scu_faultst(bytes, length));
40}
◆ ID
const int32_t apollo::canbus::ge3::Scu1301::ID = 0x301 |
|
static |
该类的文档由以下文件生成: