Raw_EEG_Plot
Last change
on this file since f323fb4 was
a9059a5,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
Arduino:
- updated to permit custom setting of Throttle, Yaw, and Pitch
Android:
- Minor tweak to Configuration location
iOS:
|
-
Property mode set to
100644
|
File size:
353 bytes
|
Line | |
---|
1 | #import <Foundation/Foundation.h> |
---|
2 | #import <QuartzCore/QuartzCore.h> |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | #if __cplusplus |
---|
7 | extern "C" { |
---|
8 | #endif |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | void CPTPushCGContext(CGContextRef context); |
---|
13 | void CPTPopCGContext(void); |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | CGContextRef CPTGetCurrentContext(void); |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | #if __cplusplus |
---|
24 | } |
---|
25 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.