NAME
cxFireASAP
- fire the module as soon as possible
C SPECIFICATION
#include <cx/ModuleCommand.h>
void cxFireASAP()
FORTRAN SPECIFICATION
subroutine cxFireASAP
DESCRIPTION
cxFireASAP
causes the module user function to be fired the next time the main
event processing loop is entered.
This routine is particularly useful for callbacks (e.g. from
cxTimerAdd)
and from hook functions, which otherwise have no correct way
to cause the module to fire.
Module programmers should be aware that if the user function
is fired as a result of some callback using this routine, that
none of the input ports will necessarily be flagged as containing
new data.
SEE ALSO
cxTimerAdd(3E)
Last modified: Mon Nov 18 13:48:28 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996