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
Constructors
ThrusterArrayConfigMessage()
Default Constructor
public ThrusterArrayConfigMessage()
Properties
NumThrusters
[-] number of thrusters
[Units("-")]
public int NumThrusters { get; }
Property Value
Thrusters
[-] array of thruster configuration information
[Units("-")]
public ThrusterConfigMessage[] Thrusters { get; set; }
Property Value
Methods
ToString()
public override string ToString()