libcortex
Event loop library following a "batteries included" approach
Loading...
Searching...
No Matches
Data Fields
crtx_task Struct Reference

a task basically represents a function that will be executed for an crtx_event More...

#include <core.h>

Data Fields

const char * id
 
unsigned char position
 position of the task in the graph
 
struct crtx_graphgraph
 
char * event_type_match
 if 0, task receives all events passing the graph
 
crtx_handle_task_t handle
 function that is called with the current event
 
crtx_handle_task_t cleanup
 
void * userdata
 
struct crtx_taskprev
 
struct crtx_tasknext
 
void * reserved1
 
void * reserved2
 

Detailed Description

a task basically represents a function that will be executed for an crtx_event


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