RobotKit API
RobotKit/RKRotationRateCommand.h
Go to the documentation of this file.
00001 //
00002 //  RKRotationRateCommand.h
00003 //  RobotKit
00004 //
00005 //  Created by Brian Smith on 6/17/11.
00006 //  Copyright 2011 Orbotix Inc. All rights reserved.
00007 //
00008 
00011 #import <Foundation/Foundation.h>
00012 #import <RobotKit/RKDeviceCommand.h>
00013 
00023 @interface RKRotationRateCommand : RKDeviceCommand {
00024     @private
00025     float rate;
00026 }
00027 
00029 @property (nonatomic, readonly) float rate;
00030 
00036 + (void)sendCommandWithRate:(float)rate;
00037 
00044 - (id)initWithRate:(float)rate;
00045 
00046 @end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties