diff testApp.h @ 29:fabb3a5cdfc9

Timed session improvements. Desperate pathetic attempts to send a simple HTTP POST.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 22 Feb 2013 17:41:38 +0000
parents e2c62db1e265
children ab7c86d0f3d8
line wrap: on
line diff
--- a/testApp.h	Mon Feb 18 11:45:05 2013 +0000
+++ b/testApp.h	Fri Feb 22 17:41:38 2013 +0000
@@ -25,11 +25,11 @@
 #import "TopButtonViewController.h"
 #import "SliderViewController.h"
 #import "usernameAlertViewController.h"
+#import "TimedSessionController.h"
+#define OSC_HOST "169.254.1.1"
+#define OSC_PORT 12345
 
-#define HOST "169.254.1.1"
-#define PORT 12345
-
-typedef enum {SLIDERS,ZOOMER,BOTH,INTRO,QUESTIONNAIRE}interfaceType;
+typedef enum {SLIDERS,ZOOMER,BOTH,INTRO,QUESTIONNAIRE, HELP}interfaceType;
 
 class testApp : public ofxiPhoneApp {
 
@@ -44,7 +44,7 @@
     IntroViewController * introViewController;
     TopButtonViewController * topButtonViewController;
     SliderViewController * sliderViewController;
-    
+    TimedSessionController * tsc;
     int prevTouchX;
     int prevTouchY;
     double prevDist;