sipxportlib  Version 3.3
Classes | Macros
OsTimer.h File Reference
#include <os/OsDefs.h>
#include <os/OsMsgQ.h>
#include <os/OsDateTime.h>
#include <os/OsNotification.h>
#include <os/OsStatus.h>
#include <os/OsTime.h>
#include <utl/UtlContainable.h>
#include <os/OsBSem.h>
Include dependency graph for OsTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OsTimer
 

Macros

#define CHECK_VALIDITY(x)   assert((x)->getContainableType() == OsTimer::TYPE)
 Macro to check that 'x' is an OsTimer* by testing its getContainableType value. This is to catch misuses of the OsTimer methods. More...
 

Macro Definition Documentation

#define CHECK_VALIDITY (   x)    assert((x)->getContainableType() == OsTimer::TYPE)

Macro to check that 'x' is an OsTimer* by testing its getContainableType value. This is to catch misuses of the OsTimer methods.