Fuel

data class Fuel(val amount: FuelPerTime) : AuxiliaryPower

A fuel auxiliary power.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

amount

The amount of fuel spent powering auxiliary systems, e.g., in liters per hour.

Constructors

Link copied to clipboard
constructor(amount: FuelPerTime)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
open operator override fun compareTo(other: AuxiliaryPower): Int

Compares this object with another consumption object of the same aux power type.