luna-sysmgr-common
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SingletonTimer.h File Reference
#include "Common.h"
#include <glib.h>
#include <stdint.h>
Include dependency graph for SingletonTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SingletonTimer
 

Typedefs

typedef void(* TimerCallback )(void *userArg)
 

Detailed Description

A timer which calls a function after a given amount of time elapses. Also allows querying of the system clock.

Todo:
Clean up the mess of goofy memory management macros in SingletonTimer.cpp.
Author
Hewlett-Packard Development Company, L.P.

Typedef Documentation

typedef void(* TimerCallback)(void *userArg)