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 dim_level_is_valid(
const std::uint8_t* bytes,
40 const int32_t length)
const;
46 bool mood_lights_on_is_valid(
const std::uint8_t* bytes,
47 const int32_t length)
const;
53 bool rear_dome_lights_on_is_valid(
const std::uint8_t* bytes,
54 const int32_t length)
const;
60 bool front_dome_lights_on_is_valid(
const std::uint8_t* bytes,
61 const int32_t length)
const;
74 const int32_t length)
const;
79 bool mood_lights_on(
const std::uint8_t* bytes,
const int32_t length)
const;
85 bool rear_dome_lights_on(
const std::uint8_t* bytes,
86 const int32_t length)
const;
92 bool front_dome_lights_on(
const std::uint8_t* bytes,
93 const int32_t length)
const;