Functions

Link copied to clipboard
open suspend override fun updateAltimeterData(data: DashAltimeterData): Result<Unit>

Updates the input service with the latest available altimeter data.

Link copied to clipboard
open suspend override fun updateCompassData(data: DashCompassData): Result<Unit>

Updates the input service with the latest available compass data.

Link copied to clipboard
open suspend override fun updateEtcGateInfo(info: DashEtcGateInfo): Result<Unit>

Updates the input service with ETC gate information.

Link copied to clipboard
open suspend override fun updateMotionData(data: DashMotionData): Result<Unit>

Updates the input service with the latest available motion data.

Link copied to clipboard
open suspend override fun updateOdometryData(data: DashOdometryData): Result<Unit>

Updates the input service with the latest available odometry data.

Link copied to clipboard
open suspend override fun updateRawGnssData(data: DashRawGnssData): Result<Unit>

Updates the input service with the latest available odometry data.