Data Fields

cb_list_entry_s Struct Reference

Callback List entry type. More...

#include <cb_list.h>

Data Fields

struct cb_list_entry_snext_entry
 pointer to next element or NULL if last element
cb_function_t pTargetFkt
 Function pointer to call.
void * FktArg
 Argument to callback function.

Detailed Description

Callback List entry type.

The register function will dynamically create a new entry based on this type


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