aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 4ed57da18016e179ba686e72b8fc800e67176448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Schedule definitions for thorn IOBasic
# $Header$

########################################################################
### register IOBasic routines
########################################################################
schedule IOBasic_Startup at STARTUP after IOUtil_Startup
{
  LANG:C
} "Startup routine"


########################################################################
### register IOBasic routines
########################################################################
storage: next_info_output_time next_scalar_output_time
schedule IOBasic_Init at INITIAL
{
  LANG:C
} "Initialisation routine"