/* Delay function for state "readingsInRangeState" in state set "lockInjectorLaserStateSet" */ static void D_lockInjectorLaserStateSet_readingsInRangeState(SS_ID ssId, struct UserVar *pVar) { # line 163 "../seqLockInjectorLaser.stt" # line 167 "../seqLockInjectorLaser.stt" # line 183 "../seqLockInjectorLaser.stt" seq_delayInit(ssId, 0, (1)); }
/* Delay function for state "zero" in state set "main" */ static void D_main_0_zero(SS_ID ssId, struct UserVar *pVar) { # line 36 "../change.st" seq_delayInit(ssId, 0, (0.01)); }
/* Delay function for state "wait_complete" in state set "pvGetAsync" */ static void D_pvGetAsync_0_wait_complete(SS_ID ssId, struct UserVar *pVar) { # line 39 "../pvGetAsync.st" seq_delayInit(ssId, 0, (5.0)); }
/* Delay function for state "RAMP_DOWN" in state set "ramp" */ static void D_ramp_1_RAMP_DOWN(SS_ID ssId, struct UserVar *pVar) { # line 125 "../demo.st" seq_delayInit(ssId, 0, (0.1)); }
/* Delay function for state "low" in state set "ss1" */ static void D_ss1_0_low(SS_ID ssId, struct UserVar *pVar) { # line 30 "../optt.st" seq_delayInit(ssId, 0, (2.0)); }
/* Delay function for state "high" in state set "ss1" */ static void D_ss1_0_high(SS_ID ssId, struct UserVar *pVar) { # line 50 "../optt.st" seq_delayInit(ssId, 0, (3.0)); }
/* Delay function for state "init" in state set "monitorEvflagTest" */ static void D_monitorEvflagTest_0_init(SS_ID ssId, struct UserVar *pVar) { # line 30 "../monitorEvflag.st" seq_delayInit(ssId, 0, (1.0)); }
/* Delay function for state "waitForActualToEqualRequested" in state set "monitorEvflagTest" */ static void D_monitorEvflagTest_0_waitForActualToEqualRequested(SS_ID ssId, struct UserVar *pVar) { # line 55 "../monitorEvflag.st" seq_delayInit(ssId, 0, (1.0)); }