timeUtils.h

Go to the documentation of this file.
00001 #ifndef TIME_UTILS_H
00002 #define TIME_UTILS_H
00003 
00013 namespace VXV {
00019   void set_DelayTimeMagnify(double magnify);
00020 
00026   void set_MonitorMode(bool realDevice);
00027 
00033   void Delay(unsigned long msec);
00034 
00038   unsigned long GetTicks(void);
00039 }
00040 
00041 #endif /* !TIME_UTILS_H */
00042 

Generated on Mon Apr 13 22:52:05 2009 by  doxygen 1.5.7.1