comparison testApp.h @ 32:ab7c86d0f3d8

V0.3 SZBeta sent out. bristol tests.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 08 Mar 2013 14:54:55 +0000
parents fabb3a5cdfc9
children 92dba082d957
comparison
equal deleted inserted replaced
31:23ef179c3748 32:ab7c86d0f3d8
1 #pragma once 1 #pragma once
2 2
3 #include "ofMain.h" 3 #include "ofMain.h"
4 #include "ofxiPhone.h" 4 #include "ofxiPhone.h"
5 #include "ofxiPhoneExtras.h" 5 #include "ofxiPhoneExtras.h"
6 #include "ofxiPhoneExternalDisplay.h"
6 #include "ofxOsc.h" 7 #include "ofxOsc.h"
7 #include "grid.h" 8 #include "grid.h"
8 #include "2dvector.h" 9 #include "2dvector.h"
9 #include "ofxUI.h" 10 #include "ofxUI.h"
10 #include "eventLogger.h" 11 #include "eventLogger.h"
29 #define OSC_HOST "169.254.1.1" 30 #define OSC_HOST "169.254.1.1"
30 #define OSC_PORT 12345 31 #define OSC_PORT 12345
31 32
32 typedef enum {SLIDERS,ZOOMER,BOTH,INTRO,QUESTIONNAIRE, HELP}interfaceType; 33 typedef enum {SLIDERS,ZOOMER,BOTH,INTRO,QUESTIONNAIRE, HELP}interfaceType;
33 34
34 class testApp : public ofxiPhoneApp { 35 class testApp : public ofxiPhoneApp , public ofxiPhoneExternalDisplay{
35 36
36 37
37 public: 38 public:
38 39
39 interfaceType whichInterfaceShowing; 40 interfaceType whichInterfaceShowing;