Interface for a thruster object. All thrusters should implement this
regardless of their low level implemenation

C# | Visual Basic | Visual C++ |
public interface IThruster
Public Interface IThruster
public interface class IThruster

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | Actual |
Gets or sets the actual thruster power currently being used.
This field is not currently used.
|
![]() | Deadband |
Gets or sets the deadband.
|
![]() | InvertThrusterRotation |
Gets or sets a value indicating whether to invert thruster rotation.
|
![]() | Max_limit_actual |
Gets or sets the max_limit_actual.
|
![]() | Max_limit_set |
Gets or sets the maximum limit to which the thruster should be driven.
|
![]() | Slew_rate |
Gets or sets the slew rate, essentially a measure of how fast the thruster moves to a new target
|
![]() | Target |
Gets or sets the target for the thruster power.
|