OSDN Git Service

1sec and high smpling file record add.
[scilog/scilog.git] / thread_rec.h
1 #if     !defined(__REC_H__)
2 #define __REC_H__
3
4
5
6 int ProcTimeFix(void);
7 int ProcRecInit(void);
8 int ProcRec(void);
9 void* thread_rec(void* pParam);
10
11 #endif