RobotUIKit API
Public Member Functions
<RUICalibrationViewDelegate> Protocol Reference

Protocol for the calibration view delegate to implement. More...

#import <RUICalibrationView.h>

Inheritance diagram for <RUICalibrationViewDelegate>:
RUICalibrationViewController

List of all members.

Public Member Functions

(void) - calibrationViewHeadingDidChange:toHeading:
(void) - calibrationViewHeadingSet:

Detailed Description

The delegate is notified whenever the rotation in the calibration view changes.


Member Function Documentation

- (void) calibrationViewHeadingDidChange: (RUICalibrationView *)  view
toHeading: (float)  angle 

Called when the calibration view's heading changes.

Parameters:
viewThe calibration view that changed
angleThe new heading from the view, suitable for sending to the robot control in the rotateToHeading method.
- (void) calibrationViewHeadingSet: (RUICalibrationView *)  view [optional]

Called when the user has stopped moving the calibration knob. The user may move the knob again in which case this method will be called again.

Parameters:
viewThe calibration view that changed.

The documentation for this protocol was generated from the following file:
 All Classes Functions Properties