Class ThrusterFireRequestMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] Message defining thruster firing commands requests. This will store the start and duration of the fire command.
public sealed class ThrusterFireRequestMessage : Message
- Inheritance
-
ThrusterFireRequestMessage
Fields
Duration
Requested 'ON' time duration.
[Unit(UnitType.SECOND)]
public double Duration
Field Value
Start
Requested 'ON' start time.
[Unit(UnitType.SECOND)]
public double Start