RobotKit API
Properties
RKMagnetometerData Class Reference

Class to contain magnetometer sensor data from data streaming. More...

#import <RKMagnetometerData.h>

Inheritance diagram for RKMagnetometerData:
RKSensorData

List of all members.

Properties

RK3AxisSensor magnetometer
RK3AxisSensor magnetometerRaw
RK3AxisSensorState state

Detailed Description

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.

See also:
RKDeviceSensorsData

Property Documentation

- (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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties