nrnrt.h
Go to the documentation of this file.00001 #ifndef nrnrt_h
00002 #define nrnrt_h
00003 #include "nrnrtuse.h"
00004
00005 #if NRN_REALTIME
00006 #if defined(__cplusplus)
00007 extern "C" {
00008 #endif
00009
00010 void nrn_setscheduler();
00011 void nrn_maintask_init();
00012 void nrn_maintask_delete();
00013 int nrn_rt_run(double tstop);
00014 void nrn_rtrun_thread_init();
00015
00016 extern int nrn_realtime_;
00017 extern double nrn_rtstep_time_;
00018 extern int nrnrt_overrun_;
00019
00020 #if defined(__cplusplus)
00021 }
00022 #endif
00023 #endif
00024
00025 #if NRN_6229
00026 #define NRN_DAQ 1
00027 #endif
00028
00029 #endif