Skip to content

CarLightsLayout

Source: CarLightsLayout.h

Emit

struct Emit
src/light/layouts/CarLightsLayout.h:70

Public Attributes

CoordCallback cb

void * ctx

nrOfLightsType idx

Public Methods

inline void add(float x, float y)

inline void add(lengthType x, lengthType y)

CarLightsLayout

class CarLightsLayout
src/light/layouts/CarLightsLayout.h:36

Inherits: LayoutBase

Layout mapping automotive light-strip coordinates.

CarLightsLayout card

Public Attributes

uint8_t scale = 2

Public Methods

virtual inline void defineControls() override : defineControls MUST be idempotent and pure: only controls_.clear() + controls_.addX().

virtual inline constchar * tags() const override : Curated emoji tags for the module picker's chip filter — extras beyond the role chip (which the UI derives from role() on its own).

virtual inline nrOfLightsType lightCount() const override

virtual inline void forEachCoord(constCoordSink & sink) const override