StopCode
Enumeration of possible situations when checking for outer loop stop condition: CONTINUE (outer loop continues), FINALIZE (whole execution is ended, outer and time loops), STOP_OUTER (stops only the outer loop, but not the time loop
Synopsis
typedef enum {
CONTINUE, STOP_OUTER
} StopCode;
Level:developer
Location:src/micsc.c
Index of all MICSc routines
Table of Contents for all manual pages
Index of all manual pages