|
Oolite
|
#include <OOJoystickProfile.h>
Inheritance diagram for OOJoystickStandardAxisProfile:
Collaboration diagram for OOJoystickStandardAxisProfile:Instance Methods | |
| (id) | - init |
| (id) | - copyWithZone: |
| (void) | - setPower: |
| (double) | - power |
| (void) | - setParameter: |
| (double) | - parameter |
| (double) | - rawValue: |
Instance Methods inherited from OOJoystickAxisProfile | |
| (double) | - value: |
| (double) | - deadzone |
| (void) | - setDeadzone: |
Private Attributes | |
| double | power |
| double | parameter |
Definition at line 55 of file OOJoystickProfile.h.
| - (id) copyWithZone: | (NSZone *) | zone |
Reimplemented from OOJoystickAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
| - (id) init |
Reimplemented from OOJoystickAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
| - (double) parameter |
Definition at line 39 of file OOJoystickProfile.m.
| - (double) power |
Definition at line 39 of file OOJoystickProfile.m.
| - (double) rawValue: | (double) | x |
Reimplemented from OOJoystickAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
| - (void) setParameter: | (double) | newValue |
Definition at line 39 of file OOJoystickProfile.m.
| - (void) setPower: | (double) | newValue |
Definition at line 39 of file OOJoystickProfile.m.
|
private |
Definition at line 59 of file OOJoystickProfile.h.
|
private |
Definition at line 58 of file OOJoystickProfile.h.