sensorfw
|
00001 00028 #ifndef UTILS_H 00029 #define UTILS_H 00030 #include <sys/time.h> 00031 00035 class Utils 00036 { 00037 public: 00043 static quint64 getTimeStamp(); 00044 00050 static quint64 getTimeStamp(const struct timeval*); 00051 }; 00052 00053 #endif // UTILS_H