|
RobotUIKit API
|
Protocol for the calibration view delegate to implement. More...
#import <RUICalibrationView.h>
Public Member Functions | |
| (void) | - calibrationViewHeadingDidChange:toHeading: |
| (void) | - calibrationViewHeadingSet: |
The delegate is notified whenever the rotation in the calibration view changes.
| - (void) calibrationViewHeadingDidChange: | (RUICalibrationView *) | view | |
| toHeading: | (float) | angle | |
Called when the calibration view's heading changes.
| view | The calibration view that changed |
| angle | The 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.
| view | The calibration view that changed. |
1.7.4