Now you can download a copy of these docs so you can use them offline! Download now
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_ */

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6