embeddedlibrary
reusable software modules for embedded systems
task_t Struct Reference

task structure More...

Data Fields

task_fn_t fn
 
void * pointer
 
tint_t time
 
tint_t period
 

Detailed Description

task structure

Field Documentation

function to run

tint_t period

the period for repeating the task if it is to be repeated

void* pointer

pointer to pass to the task function if it is set

tint_t time

the time the task was added to the queue or the time the task last ran


The documentation for this struct was generated from the following file: