dcf77.h00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef _GEL_DCF77_H
00023 #define _GEL_DCF77_H
00024
00025 #include <time.h>
00026 #include <gel/event.h>
00027
00028 #ifdef __cplusplus
00029 extern "C" {
00030 #endif
00031
00064
00065
00072 extern void dcf77_initialize (void);
00073
00080 extern const struct tm *dcf77_gettime (void);
00081
00093 extern unsigned dcf77_input_probe (void);
00094
00096 extern event_type dcf77_sync;
00097
00099 extern event_type dcf77_update_time;
00100
00101
00104 #ifdef __cplusplus
00105 };
00106 #endif
00107 #endif
|