ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Macros | |
#define | __ZE_CYCLIC_H 1 |
Typedefs | |
typedef int(* | CYCLIC_F) (void *) |
Functions | |
bool | CycTasks_Init (time_t interval) |
bool | CycTasks_Register (CYCLIC_F task, void *arg, time_t period) |
void | CycTasks_Stats () |
#define __ZE_CYCLIC_H 1 |
Definition at line 35 of file zeCycTasks.h.
typedef int(* CYCLIC_F) (void *) |
Definition at line 27 of file zeCycTasks.h.
bool CycTasks_Init | ( | time_t | interval | ) |
Definition at line 63 of file zeCycTasks.c.
Definition at line 91 of file zeCycTasks.c.
void CycTasks_Stats | ( | ) |
Definition at line 129 of file zeCycTasks.c.