Fuel

data class Fuel(val amount: FuelPerTime) : AuxiliaryPower

A fuel auxiliary power.

Constructors

Link copied to clipboard
constructor(amount: FuelPerTime)

Properties

Link copied to clipboard

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

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.