Package-level declarations
Types
Link copied to clipboard
class DefaultVehicleProvider(vehicle: Vehicle = Vehicle.Car(combustionEngine = CombustionEngine())) : VehicleProvider
Responsible for control, access and notification of the vehicle state.
Link copied to clipboard
interface VehicleProvider
Responsible for control and access to the vehicle state.
Link copied to clipboard
Listener which provides the possibility to react on vehicle parameters updates.
Link copied to clipboard