Table of Contents

Class AtmospherePropsMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The "AtmoProps" message

public class AtmospherePropsMessage : Message<AtmospherePropsPayload>
Inheritance
AtmospherePropsMessage
Inherited Members
Message<AtmospherePropsPayload>.Payload
Message<AtmospherePropsPayload>.ToString()
Message<AtmospherePropsPayload>.PayloadType
Message<AtmospherePropsPayload>.PayloadObject

Constructors

AtmospherePropsMessage()

Default constructor

public AtmospherePropsMessage()

Properties

LocalDensity

[kg/m^3] Local neutral particle density

[Units("kg/m^3")]
public double LocalDensity { get; set; }

Property Value

double

LocalTemperature

[K] Local average particle temperature

[Units("K")]
public double LocalTemperature { get; set; }

Property Value

double