27 ::apollo::canbus::Lexus> {
29 static const int32_t
ID;
31 void Parse(
const std::uint8_t* bytes, int32_t length,
32 Lexus* chassis)
const override;
39 bool rear_seatbelt_buckled_is_valid(
const std::uint8_t* bytes,
40 const int32_t length)
const;
46 bool pass_seatbelt_buckled_is_valid(
const std::uint8_t* bytes,
47 const int32_t length)
const;
53 bool driver_seatbelt_buckled_is_valid(
const std::uint8_t* bytes,
54 const int32_t length)
const;
60 bool rear_seat_occupied_is_valid(
const std::uint8_t* bytes,
61 const int32_t length)
const;
67 bool pass_seat_occupied_is_valid(
const std::uint8_t* bytes,
68 const int32_t length)
const;
74 bool driver_seat_occupied_is_valid(
const std::uint8_t* bytes,
75 const int32_t length)
const;
81 bool rear_seatbelt_buckled(
const std::uint8_t* bytes,
82 const int32_t length)
const;
88 bool pass_seatbelt_buckled(
const std::uint8_t* bytes,
89 const int32_t length)
const;
95 bool driver_seatbelt_buckled(
const std::uint8_t* bytes,
96 const int32_t length)
const;
102 bool rear_seat_occupied(
const std::uint8_t* bytes,
103 const int32_t length)
const;
109 bool pass_seat_occupied(
const std::uint8_t* bytes,
110 const int32_t length)
const;
116 bool driver_seat_occupied(
const std::uint8_t* bytes,
117 const int32_t length)
const;