19#include "glog/logging.h"
28using ::apollo::drivers::canbus::Byte;
34 Demo* chassis)
const {
35 chassis->mutable_vin_resp1_514()->set_vin07(vin07(bytes, length));
36 chassis->mutable_vin_resp1_514()->set_vin06(vin06(bytes, length));
37 chassis->mutable_vin_resp1_514()->set_vin05(vin05(bytes, length));
38 chassis->mutable_vin_resp1_514()->set_vin04(vin04(bytes, length));
39 chassis->mutable_vin_resp1_514()->set_vin03(vin03(bytes, length));
40 chassis->mutable_vin_resp1_514()->set_vin02(vin02(bytes, length));
41 chassis->mutable_vin_resp1_514()->set_vin01(vin01(bytes, length));
42 chassis->mutable_vin_resp1_514()->set_vin00(vin00(bytes, length));
48int Vinresp1514::vin07(
const std::uint8_t* bytes, int32_t length)
const {
50 int32_t x = t0.get_byte(0, 8);
59int Vinresp1514::vin06(
const std::uint8_t* bytes, int32_t length)
const {
61 int32_t x = t0.get_byte(0, 8);
70int Vinresp1514::vin05(
const std::uint8_t* bytes, int32_t length)
const {
72 int32_t x = t0.get_byte(0, 8);
81int Vinresp1514::vin04(
const std::uint8_t* bytes, int32_t length)
const {
83 int32_t x = t0.get_byte(0, 8);
92int Vinresp1514::vin03(
const std::uint8_t* bytes, int32_t length)
const {
94 int32_t x = t0.get_byte(0, 8);
103int Vinresp1514::vin02(
const std::uint8_t* bytes, int32_t length)
const {
105 int32_t x = t0.get_byte(0, 8);
114int Vinresp1514::vin01(
const std::uint8_t* bytes, int32_t length)
const {
116 int32_t x = t0.get_byte(0, 8);
125int Vinresp1514::vin00(
const std::uint8_t* bytes, int32_t length)
const {
127 int32_t x = t0.get_byte(0, 8);
void Parse(const std::uint8_t *bytes, int32_t length, Demo *chassis) const override