19#include "glog/logging.h"
28using ::apollo::drivers::canbus::Byte;
34 Demo* chassis)
const {
35 chassis->mutable_vin_resp2_515()->set_vin15(vin15(bytes, length));
36 chassis->mutable_vin_resp2_515()->set_vin14(vin14(bytes, length));
37 chassis->mutable_vin_resp2_515()->set_vin13(vin13(bytes, length));
38 chassis->mutable_vin_resp2_515()->set_vin12(vin12(bytes, length));
39 chassis->mutable_vin_resp2_515()->set_vin11(vin11(bytes, length));
40 chassis->mutable_vin_resp2_515()->set_vin10(vin10(bytes, length));
41 chassis->mutable_vin_resp2_515()->set_vin09(vin09(bytes, length));
42 chassis->mutable_vin_resp2_515()->set_vin08(vin08(bytes, length));
48int Vinresp2515::vin15(
const std::uint8_t* bytes, int32_t length)
const {
50 int32_t x = t0.get_byte(0, 8);
59int Vinresp2515::vin14(
const std::uint8_t* bytes, int32_t length)
const {
61 int32_t x = t0.get_byte(0, 8);
70int Vinresp2515::vin13(
const std::uint8_t* bytes, int32_t length)
const {
72 int32_t x = t0.get_byte(0, 8);
81int Vinresp2515::vin12(
const std::uint8_t* bytes, int32_t length)
const {
83 int32_t x = t0.get_byte(0, 8);
92int Vinresp2515::vin11(
const std::uint8_t* bytes, int32_t length)
const {
94 int32_t x = t0.get_byte(0, 8);
103int Vinresp2515::vin10(
const std::uint8_t* bytes, int32_t length)
const {
105 int32_t x = t0.get_byte(0, 8);
114int Vinresp2515::vin09(
const std::uint8_t* bytes, int32_t length)
const {
116 int32_t x = t0.get_byte(0, 8);
125int Vinresp2515::vin08(
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