ze-filter  (ze-filter-0.8.0-develop-180218)
zeCycTasks.h File Reference

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 ()
 

Macro Definition Documentation

◆ __ZE_CYCLIC_H

#define __ZE_CYCLIC_H   1

Definition at line 35 of file zeCycTasks.h.

Typedef Documentation

◆ CYCLIC_F

typedef int(* CYCLIC_F) (void *)

Definition at line 27 of file zeCycTasks.h.

Function Documentation

◆ CycTasks_Init()

bool CycTasks_Init ( time_t  interval)

Definition at line 63 of file zeCycTasks.c.

◆ CycTasks_Register()

bool CycTasks_Register ( CYCLIC_F  task,
void *  arg,
time_t  period 
)

Definition at line 91 of file zeCycTasks.c.

◆ CycTasks_Stats()

void CycTasks_Stats ( )

Definition at line 129 of file zeCycTasks.c.