NAME

cxLoopIteration - Determine whether module is firing from a loop iteration.

C SPECIFICATION

#include <cx/Info.h>

cxBoolean cxLoopIteration()

FORTRAN SPECIFICATION

integer function cxLoopIteration

DESCRIPTION

cxLoopIteration returns cx_true if the module is firing because of an iteration of the loop it controls. If the module was fired because of new data arriving from upstream, then cxLoopIteration returns cx_false.

SEE ALSO

cxLoopBreak(3E), cxLoopCtlr(3E), cxLoopControlArc(3E)
Last modified: Mon Nov 18 13:50:51 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996