diff testApp.h @ 33:92dba082d957

Added trail and EVALUATION_POINT event type.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 26 Mar 2013 18:41:42 +0000
parents ab7c86d0f3d8
children a42903c61558
line wrap: on
line diff
--- a/testApp.h	Fri Mar 08 14:54:55 2013 +0000
+++ b/testApp.h	Tue Mar 26 18:41:42 2013 +0000
@@ -18,7 +18,6 @@
 
 #include "json.h"
 
-
 #import "QuestionnaireViewController.h"
 #import "BottomTabViewController.h"
 #import "IntroViewController.h"
@@ -117,6 +116,8 @@
     void seqStartStop(bool go);
     void showHelp();
     void helpHidden();
+    // shortcut function for testing
+    void justStart();
     
     void setupBottomGui();
     void bottomGuiEvent();