Table of Contents

Class FuelSourceStatusMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The "FuelContainer" message
-- Used for reporting fuel container status

public sealed class FuelSourceStatusMessage : Message<FuelSourceStatusPayload>
Inheritance
FuelSourceStatusMessage
Inherited Members
Message<FuelSourceStatusPayload>.Payload
Message<FuelSourceStatusPayload>.ToString()
Message<FuelSourceStatusPayload>.PayloadType
Message<FuelSourceStatusPayload>.PayloadObject

Constructors

FuelSourceStatusMessage()

Default constructor

public FuelSourceStatusMessage()

Properties

Amount

[kg] The current fuel mass

[Units("kg")]
public double Amount { get; set; }

Property Value

double

Capacity

[kg] The maximum fuel capacity

[Units("kg")]
public double Capacity { get; set; }

Property Value

double

FlowRate

[kg/s] The change rate of fuel mass

[Units("kg/s")]
public double FlowRate { get; set; }

Property Value

double

MaximumFlowRate

[kg/s] The maximum change rate of fuel mass

[Units("kg/s")]
public double MaximumFlowRate { get; set; }

Property Value

double