Table of Contents

Class ThrusterArrayConfigMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Message definition containing the thruster cluster information */

public class ThrusterArrayConfigMessage : Message<ThrusterArrayConfigPayload>
Inheritance
ThrusterArrayConfigMessage
Inherited Members
Message<ThrusterArrayConfigPayload>.Payload
Message<ThrusterArrayConfigPayload>.PayloadType
Message<ThrusterArrayConfigPayload>.PayloadObject

Constructors

ThrusterArrayConfigMessage()

Default Constructor

public ThrusterArrayConfigMessage()

Properties

NumThrusters

[-] number of thrusters

[Units("-")]
public int NumThrusters { get; }

Property Value

int

Thrusters

[-] array of thruster configuration information

[Units("-")]
public ThrusterConfigMessage[] Thrusters { get; set; }

Property Value

ThrusterConfigMessage[]

Methods

ToString()

public override string ToString()

Returns

string