Acceleration Data Gauge Module
Custom gauge module that provides G-force and acceleration data to instrument cluster displays. Calculates longitudinal and lateral G-forces for performance gauges.
Custom gauge module that provides G-force and acceleration data to instrument cluster displays. Calculates longitudinal and lateral G-forces for performance gauges.
Public API
| Function | Description |
|---|---|
setupGaugeData(properties) | Initializes the data structure for the gauge UI. |
updateGaugeData(moduleData, dt) | populates the moduleData table with current and peak G-force metrics. |
Hooks
| Hook | Description |
|---|---|
init(jbeamData) | Resets max/min acceleration tracking. |
reset() | Clears peak acceleration records. |
updateGFX(dt) | Periodically updates peak G-force values for display. |
See Also
- Generic Gauges — Parent gauge system
Generic Gauges Controller
Universal instrument cluster backend that drives gauge displays for any vehicle. Processes vehicle telemetry (speed, RPM, temperatures, fuel, etc.) into normalized gauge values. Supports custom gauge modules for extensibility.
Combustion Engine Data Gauge Module
Custom gauge module that provides detailed combustion engine telemetry to instrument cluster displays — oil temperature, oil pressure, boost pressure, exhaust gas temperature, and more.