Changeset daf54d5 in orbit for iOS/Orbit/Orbit/ViewController.h
- Timestamp:
- 12/25/12 16:52:35 (9 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- ae32e69
- Parents:
- 2aabdf3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/ViewController.h
r2aabdf3 rdaf54d5 24 24 @property (nonatomic, retain) IBOutlet UISlider *attentionThreshold; 25 25 @property (nonatomic, retain) IBOutlet UISlider *meditationThreshold; 26 @property (nonatomic, retain) IBOutlet UIButton *connectButton; 26 27 @property (nonatomic, retain) IBOutlet UIButton *demoButton; 27 28 28 29 - (void) appClosed; 29 30 - (void) appForegrounded; 31 - (IBAction) connectButtonPressed:(id) sender; // connect to headset and start processing 30 32 - (IBAction) demoButtonPressed:(id) sender; // allow testing of the app without a headset 31 33
Note: See TracChangeset
for help on using the changeset viewer.