aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/schedule.ccl
blob: 760991e75c35021865f8395e00486d2a3d56fb31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Schedule definitions for thorn LoopControl

SCHEDULE lc_setup AT startup BEFORE Driver_Startup
{
  LANG: C
} "Set up LoopControl"

SCHEDULE lc_steer AT prestep
{
  LANG: C
  OPTIONS: meta
} "Update LoopControl algorithm preferences"

SCHEDULE lc_statistics_analysis AT analysis
{
  LANG: C
  OPTIONS: meta
} "Output LoopControl statistics"

SCHEDULE lc_statistics_terminate AT terminate
{
  LANG: C
  OPTIONS: meta
} "Output LoopControl statistics"