OSDN Git Service

記録パス設定 記録CH設定 ファイル書込タイミング
[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