Class FuelAmountMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] Message is used for defining the amount of fuel in a fuel source, including the current amount and flow rate of the fuel.
public sealed class FuelAmountMessage : Message
- Inheritance
-
FuelAmountMessage
Fields
Amount
The current fuel mass.
[Unit(UnitType.KILOGRAM)]
public double Amount
Field Value
Capacity
The maximum fuel capacity.
[Unit(UnitType.KILOGRAM)]
public double Capacity
Field Value
FlowRate
The change rate of fuel mass.
[Unit(UnitType.KILOGRAM_PER_SECOND)]
public double FlowRate
Field Value
MaximumFlowRate
The maximum change rate of fuel mass.
[Unit(UnitType.KILOGRAM_PER_SECOND)]
public double MaximumFlowRate