趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
ticks.h
Go to the documentation of this file.
1 #ifndef HRK_TICKS_H
2 #define HRK_TICKS_H
3 
10 namespace hrk
11 {
17  double ticks_sec();
18 
19  long ticks_msec();
20 
21  double system_ticks();
22 }
23 
24 #endif