API ReferencevecontrollergaugescustomModules
Navigation Data Gauge Module
Custom gauge module that provides navigation and route guidance data to instrument cluster displays — turn-by-turn directions, distance to destination, and estimated arrival time.
Custom gauge module that provides navigation and route guidance data to instrument cluster displays — turn-by-turn directions, distance to destination, and estimated arrival time.
Public API
| Function | Description |
|---|---|
updateGaugeData(moduleData, dt) | populates moduleData with current GPS latitude/longitude and next-turn routing data if a route is active. |
module.setupGaugeData(properties, htmlTexture) | Sets the up gauge data. |
Hooks
| Hook | Description |
|---|---|
init(jbeamData) | Connects to the beamNavigator controller. |
module.reset() | Resets the controller to its initial state. |
module.updateGFX(dt) | Per-frame update for visual state and UI synchronization. |
See Also
- Generic Gauges — Parent gauge system
- Beam Navigator — Navigation backend
Environment Data Gauge Module
Custom gauge module that provides environmental data to instrument cluster displays — outside temperature, altitude, ambient conditions, and compass heading.
Tire Data Gauge Module
Custom gauge module that provides tire telemetry to instrument cluster displays — tire pressure, temperature, wear level, and slip data for each wheel.