RobotKit API
|
Class to contain magnetometer sensor data from data streaming. More...
#import <RKMagnetometerData.h>
Properties | |
RK3AxisSensor | magnetometer |
RK3AxisSensor | magnetometerRaw |
RK3AxisSensorState | state |
Class that contains structures to the magnetometer sensor data received from data streaming. The data can be filtered values and raw values. Data streaming can be set to return specific axises, so the state structure indicates which values are valid.
- (RK3AxisSensor) magnetometer [read, assign] |
The filtered magnetometer 3 axis values.
- (RK3AxisSensor) magnetometerRaw [read, assign] |
The raw magnetometer 3 axis values.
- (RK3AxisSensorState) state [read, assign] |
A structure indicating which axis values are valid.