core/realtime.h

00001 /* realtime.h
00002  *
00003  */
00004 
00005 #ifndef _REALTIME_H
00006 #define _REALTIME_H
00007 
00008 #include <time.h>
00009 #include "globals.h"
00010 
00011 time_t realtime_now(void);
00012 time_t realtime_runtime(void);
00013 STATUS realtime_schedule_event(time_t, STATUS (*callback)(void));
00014 STATUS realtime_run_schedule(void);
00015 
00016 #endif

GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy