class DJICompassState
@interface DJICompassState : NSObject
|
Header: | DJICompassState.h |
Inherits From: | NSObject |
Description:
The state of the DJICompass.
Class Members:
property index
@property (nonatomic, readonly) NSUInteger index
|
Description:
The Compass's ID. Starts at 0, It is same with IMU state.
property sensorValue
@property (nonatomic, readonly) float sensorValue
|
Description:
The compass sensor's value.
property state
@property (nonatomic, readonly) DJICompassSensorState state
|
Description:
The compass sensor's state value.
See Also:
DJICompassSensorState