Table of Contents

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

double

Capacity

The maximum fuel capacity.

[Unit(UnitType.KILOGRAM)]
public double Capacity

Field Value

double

FlowRate

The change rate of fuel mass.

[Unit(UnitType.KILOGRAM_PER_SECOND)]
public double FlowRate

Field Value

double

MaximumFlowRate

The maximum change rate of fuel mass.

[Unit(UnitType.KILOGRAM_PER_SECOND)]
public double MaximumFlowRate

Field Value

double