• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

datatypes/utils.h

Go to the documentation of this file.
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

Generated on Mon Jun 27 2011 14:38:47 for sensorfw by  doxygen 1.7.1