Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
Classes | Typedefs
timer.h File Reference
#include <ilserver/tarray.h>
#include <ilserver/ilthread.h>
#include <ilserver/sstring.h>
#include <ilserver/refcount.h>

Classes

class  IlsTimer
 This class manages a Visualization Server timer that will call a callback function when it expires. More...
 
class  IlsTimerManager
 This singleton manages all the timers that have been posted in the application. More...
 
class  IlsTimerManagerFactory
 This singleton is used to create a Timer Manager when necessary. More...
 

Typedefs

typedef void(* IlsTimerCallback) (IlsTimer &, IlsAny)
 This is the signature of the timer callback that is invoked when a timer is fired. More...
 

Typedef Documentation

◆ IlsTimerCallback

typedef void(* IlsTimerCallback) (IlsTimer &, IlsAny)

This is the signature of the timer callback that is invoked when a timer is fired.

The timer being fired is passed to this method, as well as an extra argument that has been registered with the callback.

Library: server
.

See also
IlsTimer.