summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@gray.(none)>2012-06-27 09:36:16 +0100
committerTim Redfern <tim@gray.(none)>2012-06-27 09:36:16 +0100
commit470c897cac4d55c78cd7a08c06442f6e12ad3545 (patch)
treedf5d1835943ce82eea5271c8c157a38cdee282a5 /src/testApp.h
parent5e3ad78c98cb45bb4f902207d25f4fec6a2bedaa (diff)
fps thing
Diffstat (limited to 'src/testApp.h')
-rw-r--r--src/testApp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testApp.h b/src/testApp.h
index bb7e6b1..29c9d03 100644
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -25,10 +25,14 @@ class testApp : public ofBaseApp{
ofxUDPManager udpConnection;
ofCamera camera;
+
+ map<string,obtsDevice> devices;
int numLines;
ofPoint *lines;
string *imeis;
+
+ int start,end;
ofImage bgimg;
ofColor *cols;