RobotKit API
RobotKit/RKMagnetometerData.h
Go to the documentation of this file.
00001 //
00002 //  RKMagnetometerData.h
00003 //  RobotKit
00004 //
00005 //  Created by Brian Smith on 7/12/11.
00006 //  Copyright 2011 Orbotix Inc. All rights reserved.
00007 //
00008 
00011 #import <Foundation/Foundation.h>
00012 #import <RobotKit/RKSensorData.h>
00013 
00023 @interface RKMagnetometerData : RKSensorData {
00024     @private
00025     RK3AxisSensor       magnetometer;
00026     RK3AxisSensor       magnetometerRaw;
00027     RK3AxisSensorState  state;
00028 }
00029 
00031 @property (nonatomic, readonly) RK3AxisSensor       magnetometer;
00033 @property (nonatomic, readonly) RK3AxisSensor       magnetometerRaw;
00035 @property (nonatomic, readonly) RK3AxisSensorState  state;
00036 
00037 @end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties