Enum MavlinkTypeMask
The fields of a setpoint the autopilot should act on.
[Flags]
public enum MavlinkTypeMask : uint
Fields
Acceleration = 4The acceleration fields.
Force = 32Treat the acceleration fields as a force.
None = 0No fields; every one is ignored.
Position = 1The position fields.
Velocity = 2The velocity fields.
Yaw = 8The yaw field.
YawRate = 16The yaw rate field.