NAME
cxLoopCtlr
- Determine whether a module is an active loop controller.
C SPECIFICATION
#include <cx/Info.h>
cxBoolean cxLoopCtlr()
FORTRAN SPECIFICATION
integer function cxLoopCtlr
DESCRIPTION
cxLoopCtlr
returns
cx_true
if the module is currently acting as a loop controller. Knowledge of
whether the module is capable of acting as a loop controller is known
the module writer. A loop controller-capable module that is not wired
into a loop will return
cx_false.
Note that the only time that this call is guaranteed to be accurate is
when the
user function is called because of the arrival of data.
SEE ALSO
cxLoopBreak(3E),
cxLoopIteration(3E),
cxLoopControlArc(3E)
Last modified: Mon Nov 18 13:50:50 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996