WPILibC++  trunk
System.h
1 /*
2  * System.h
3  *
4  * For some platform specific code related to the system
5  *
6  * Created on: Sep 25, 2012
7  * Author: Mitchell Wills
8  */
9 
10 #ifndef TIME_H_
11 #define TIME_H_
12 
19 void sleep_ms(unsigned long ms);
20 
26 unsigned long currentTimeMillis();
27 
34 void writeWarning(const char* message);
35 
36 
37 #endif /* TIME_H_ */