#include <stdlib.h>
#include <stdarg.h>
#include <pthread.h>
#include <time.h>
#include <sys/time.h>
#include <signal.h>
#include <semaphore.h>
#include <errno.h>
#include <map>
#include <vector>
#include <string>
#include "AP_Types.h"
#include "AP_String.h"
#include "AP_Hash.h"
#include "AP_ThreadSemaphore.h"
#include "AP_Thread.h"
Data Structures | |
class | AP_Timer |
struct | AP_TimerEvent |
Namespaces | |
namespace | AP |
Architecture Platform. | |
Defines | |
#define | TIMER AP_Timer::getTimer() |
Typedefs | |
typedef AP_HashBase< AP_String, AP_TimerEvent > | AP_TimerBase |
typedef AP_Pointer(* | AP_TimerHandle )(AP_Pointer) |
Enumerations | |
enum | AP_TimerType { PERIODIC, ONESHOT } |
#define TIMER AP_Timer::getTimer() |