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 updateImuTemperatureData(data: DashImuTemperatureData): Result<Unit>

Updates the input service with the latest available temperature 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 updateOrientationData(data: DashOrientationData): Result<Unit>

Updates the input service with the latest available orientation data.

Link copied to clipboard

Updates the input service with the latest available acceleration data.

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

Updates the input service with the latest available GNSS data.

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

Updates the input service with the latest available gravity data.

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

Updates the input service with the latest available gyroscope data.

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

Updates the input service with the latest available speed data.