19#include "glog/logging.h"
28using ::apollo::drivers::canbus::Byte;
35 chassis->mutable_vin_resp2_392()->set_vin15(
36 vin15(bytes, length));
37 chassis->mutable_vin_resp2_392()->set_vin14(
38 vin14(bytes, length));
39 chassis->mutable_vin_resp2_392()->set_vin13(
40 vin13(bytes, length));
41 chassis->mutable_vin_resp2_392()->set_vin12(
42 vin12(bytes, length));
43 chassis->mutable_vin_resp2_392()->set_vin11(
44 vin11(bytes, length));
45 chassis->mutable_vin_resp2_392()->set_vin10(
46 vin10(bytes, length));
47 chassis->mutable_vin_resp2_392()->set_vin09(
48 vin09(bytes, length));
49 chassis->mutable_vin_resp2_392()->set_vin08(
50 vin08(bytes, length));
56int Vinresp2392::vin15(
const std::uint8_t* bytes, int32_t length)
const {
58 int32_t x = t0.get_byte(0, 8);
67int Vinresp2392::vin14(
const std::uint8_t* bytes, int32_t length)
const {
69 int32_t x = t0.get_byte(0, 8);
78int Vinresp2392::vin13(
const std::uint8_t* bytes, int32_t length)
const {
80 int32_t x = t0.get_byte(0, 8);
89int Vinresp2392::vin12(
const std::uint8_t* bytes, int32_t length)
const {
91 int32_t x = t0.get_byte(0, 8);
100int Vinresp2392::vin11(
const std::uint8_t* bytes, int32_t length)
const {
102 int32_t x = t0.get_byte(0, 8);
111int Vinresp2392::vin10(
const std::uint8_t* bytes, int32_t length)
const {
113 int32_t x = t0.get_byte(0, 8);
122int Vinresp2392::vin09(
const std::uint8_t* bytes, int32_t length)
const {
124 int32_t x = t0.get_byte(0, 8);
133int Vinresp2392::vin08(
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