RobotKit API
Classes | Typedefs | Enumerations
RobotKit/RKDriveControl.h File Reference
#import <UIKit/UIKit.h>
#import <CoreMotion/CoreMotion.h>

Go to the source code of this file.

Classes

class  RKDriveControl
 Singleton class for managing the game play. More...

Typedefs

typedef enum _RKDriveControlType RKDriveControlType

Enumerations

enum  _RKDriveControlType { RKDriveControlUserDefined, RKDriveControlJoyStick, RKDriveControlTilt }

Detailed Description


Typedef Documentation

Drive control types used to in controlling a robot


Enumeration Type Documentation

Drive control types used to in controlling a robot

Enumerator:
RKDriveControlUserDefined 

User sets the RKDriveAlgorithm used by the RKRobotControl object.

RKDriveControlJoyStick 

Sets a RKJoyStickDriveAlgorithm for the RKRobotControl object.

RKDriveControlTilt 

Used in conjuction with the RKTiltDriveAlgorithm

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties