NAME

cxTimerRemove - remove an interval timer

C SPECIFICATION

#include <cx/Timer.h>

void cxTimerRemove(void *ptr)

FORTRAN SPECIFICATION

subroutine cxTimerRemove(ptr)
integer ptr

PARAMETERS

ptr
The timer handle as returned by cxTimerAdd

DESCRIPTION

cxTimerRemove removes the referenced interval timer. This routine is most useful for ``retrip'' timers, that is, for timers that are called on a routine basis.

SEE ALSO

cxTimerAdd(3E)
Last modified: Mon Nov 18 13:53:40 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996