19 #ifndef INCLUDED_TUIOTIME_H 20 #define INCLUDED_TUIOTIME_H 22 #include "LibExport.h" 32 #define MSEC_SECOND 1000 33 #define USEC_SECOND 1000000 34 #define USEC_MILLISECOND 1000 53 static long start_seconds;
54 static long start_micro_seconds;
151 long getSeconds()
const;
157 long getMicroseconds()
const;
163 long getTotalMilliseconds()
const;
168 static void initSession();
Definition: TuioTime.h:48
~TuioTime()
Definition: TuioTime.h:67
Definition: FlashSender.h:166
TuioTime()
Definition: TuioTime.h:62