AppCore
Loading...
Searching...
No Matches
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{
8public:
9 static uint32_t GetStatisticTimeStamp();
10 static uint32_t GetLinuxTimeStamp( uint32_t statisticTimeStamp );
11
12private:
14};
15
16#endif // _STATISTIC_GENERAL_LOGIC_H_
Definition StatisticGeneralLogic.h:7
static uint32_t GetStatisticTimeStamp()
static uint32_t GetLinuxTimeStamp(uint32_t statisticTimeStamp)