27 lines
496 B
C
27 lines
496 B
C
|
|
#ifndef COMMCPU_MAIN_123_INCLUDED
|
|
#define COMMCPU_MAIN_123_INCLUDED
|
|
|
|
#include "glbtypes.h"
|
|
#include "rtdb.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/************************************************************************/
|
|
|
|
typedef struct
|
|
{
|
|
SYSTIME_SOURCE_TYPE source; //校时时钟源
|
|
ST_DOUBLE fixTime; //校时时刻
|
|
ST_DOUBLE space; //无效时间 5min
|
|
} SYSTEM_FIXTIME;
|
|
|
|
/************************************************************************/
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif
|