All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/system/c/urg_delay.h
Go to the documentation of this file.
00001 #ifndef QRK_C_URG_DELAY_H
00002 #define QRK_C_URG_DELAY_H
00003 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 
00025 void urg_delay(int msec);
00026 
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030 
00031 #endif /* !QRK_C_DELAY_H */