RobotKit API
Properties
RKDeviceSensorsData Class Reference

Class that represents a sample of sensor data received when streaming data. More...

#import <RKDeviceSensorsData.h>

Inheritance diagram for RKDeviceSensorsData:
RKSensorData

List of all members.

Properties

RKBackEMFDatabackEMFData
RKMagnetometerDatamagnetometerData
RKGyroDatagyroData
RKAccelerometerDataaccelerometerData
RKAttitudeDataattitudeData

Detailed Description

This class contains objects of various sensor data that is returned for a sample.


Property Documentation

- (RKAccelerometerData *) accelerometerData [read, assign]

Property for the object that contains a sample from the accelerometer

- (RKAttitudeData *) attitudeData [read, assign]

Property to a RKAttitude object

- (RKBackEMFData *) backEMFData [read, assign]

Property for the object that contains a back EMF sample.

- (RKGyroData *) gyroData [read, assign]

Property for the object that contains a sample from the gyro sensor

- (RKMagnetometerData *) magnetometerData [read, assign]

Property for the object that contains a sample from the magnetometer.


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