AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StatisticGeneralLogic.h
Go to the documentation of this file.
1 #ifndef _STATISTIC_GENERAL_LOGIC_H_
2 #define _STATISTIC_GENERAL_LOGIC_H_
3 
4 #include <stdint.h>
5 
7 {
8 public:
9  static uint32_t GetStatisticTimeStamp();
10  static uint32_t GetLinuxTimeStamp( uint32_t statisticTimeStamp );
11 
12 private:
14 };
15 
16 #endif // _STATISTIC_GENERAL_LOGIC_H_
Definition: StatisticGeneralLogic.h:6
static uint32_t GetStatisticTimeStamp()
Definition: StatisticGeneralLogic.cpp:13
static uint32_t GetLinuxTimeStamp(uint32_t statisticTimeStamp)
Definition: StatisticGeneralLogic.cpp:21