ze-filter  (ze-filter-0.8.0-develop-180218)
zeCycTasks.c File Reference
#include <ze-sys.h>
#include <ze-filter.h>
#include <zeCycTasks.h>

Go to the source code of this file.

Classes

struct  CTASK_T
 

Macros

#define DIMTASKS   256
 

Functions

bool CycTasks_Init (time_t dt)
 
bool CycTasks_Register (CYCLIC_F task, void *arg, time_t dt)
 
void CycTasks_Stats ()
 

Macro Definition Documentation

◆ DIMTASKS

#define DIMTASKS   256

Definition at line 33 of file zeCycTasks.c.

Function Documentation

◆ CycTasks_Init()

bool CycTasks_Init ( time_t  dt)

Definition at line 63 of file zeCycTasks.c.

◆ CycTasks_Register()

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

Definition at line 91 of file zeCycTasks.c.

◆ CycTasks_Stats()

void CycTasks_Stats ( )

Definition at line 129 of file zeCycTasks.c.