ucommon  7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

timers.h File Reference
#include <ucommon/linked.h>
#include <unistd.h>
#include <sys/time.h>
#include <time.h>
Include dependency graph for timers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ucommon::Timer
 
class  ucommon::TimerQueue
 
class  ucommon::TimerQueue::event
 

Namespaces

 ucommon
 

Typedefs

typedef TimerQueue::event ucommon::TQEvent
 
typedef Timer ucommon::timer_t
 

Detailed Description

Realtime timers and timer queues. This offers ucommon support for realtime high-resolution threadsafe timers and timer queues. Threads may be scheduled by timers and timer queues may be used to inject timer events into callback objects or through virtuals.

Definition in file timers.h.