#include <vin_resp3_393.h>
|
static const int32_t | ID = 0x393 |
|
|
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) |
|
◆ Vinresp3393()
apollo::canbus::wey::Vinresp3393::Vinresp3393 |
( |
| ) |
|
◆ Parse()
void apollo::canbus::wey::Vinresp3393::Parse |
( |
const std::uint8_t * |
bytes, |
|
|
int32_t |
length, |
|
|
Wey * |
chassis |
|
) |
| const |
|
override |
在文件 vin_resp3_393.cc 第 33 行定义.
34 {
35 chassis->mutable_vin_resp3_393()->set_vin16(
36 vin16(bytes, length));
37}
◆ ID
const int32_t apollo::canbus::wey::Vinresp3393::ID = 0x393 |
|
static |
该类的文档由以下文件生成: