Skip to content
Snippets Groups Projects
Commit d3b717bc authored by ben.franksen's avatar ben.franksen
Browse files

added test that calls seqStop from main state set

parent fc97780a
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ PROD += syncq
PROD += pvSync
PROD += pvPutAsync
PROD += array
PROD += stop
#PROD += ctest
......
program stop
ss main {
state start {
when (delay(5)) {
seqStop(epicsThreadGetIdSelf());
} state start
}
}
ss progress {
state running {
when (delay(1)) {
printf("still running...\n");
} state running
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment