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