19#include "glog/logging.h"
28using ::apollo::drivers::canbus::Byte;
35 chassis->mutable_vin_resp1_391()->set_vin07(
36 vin07(bytes, length));
37 chassis->mutable_vin_resp1_391()->set_vin06(
38 vin06(bytes, length));
39 chassis->mutable_vin_resp1_391()->set_vin05(
40 vin05(bytes, length));
41 chassis->mutable_vin_resp1_391()->set_vin04(
42 vin04(bytes, length));
43 chassis->mutable_vin_resp1_391()->set_vin03(
44 vin03(bytes, length));
45 chassis->mutable_vin_resp1_391()->set_vin02(
46 vin02(bytes, length));
47 chassis->mutable_vin_resp1_391()->set_vin00(
48 vin00(bytes, length));
49 chassis->mutable_vin_resp1_391()->set_vin01(
50 vin01(bytes, length));
56int Vinresp1391::vin07(
const std::uint8_t* bytes, int32_t length)
const {
58 int32_t x = t0.get_byte(0, 8);
67int Vinresp1391::vin06(
const std::uint8_t* bytes, int32_t length)
const {
69 int32_t x = t0.get_byte(0, 8);
78int Vinresp1391::vin05(
const std::uint8_t* bytes, int32_t length)
const {
80 int32_t x = t0.get_byte(0, 8);
89int Vinresp1391::vin04(
const std::uint8_t* bytes, int32_t length)
const {
91 int32_t x = t0.get_byte(0, 8);
100int Vinresp1391::vin03(
const std::uint8_t* bytes, int32_t length)
const {
102 int32_t x = t0.get_byte(0, 8);
111int Vinresp1391::vin02(
const std::uint8_t* bytes, int32_t length)
const {
113 int32_t x = t0.get_byte(0, 8);
122int Vinresp1391::vin00(
const std::uint8_t* bytes, int32_t length)
const {
124 int32_t x = t0.get_byte(0, 8);
133int Vinresp1391::vin01(
const std::uint8_t* bytes, int32_t length)
const {
135 int32_t x = t0.get_byte(0, 8);
void Parse(const std::uint8_t *bytes, int32_t length, Wey *chassis) const override