RobotKit API
Properties
RKRollResponse Class Reference

Class that encapsulates the response from a roll command. More...

#import <RKRollResponse.h>

Inheritance diagram for RKRollResponse:
RKDeviceResponse RKDeviceMessage

List of all members.

Properties

float velocity
float heading

Detailed Description

This is a simple response that can be used to see if an error was returned from a roll command. The original command's heading and velocity are accessable

See also:
RKRollCommand

Property Documentation

- (float) heading [read, write, assign]

Property for accesss the heading that was sent in the response's command

- (float) velocity [read, write, assign]

Property for the velocity that was sent in the response's command


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