Loading...
Searching...
No Matches
event_callback_t Struct Reference

Callback Event structure definition. More...

Detailed Description

Callback Event structure definition.

Definition at line 48 of file callback.h.

#include <callback.h>

Data Fields

event_t super
 event_t structure that gets extended

 
void(* callback )(void *)
 callback function

 
void * arg
 callback function argument

 

Field Documentation

◆ arg

void* event_callback_t::arg

callback function argument

Definition at line 51 of file callback.h.

◆ callback

void(* event_callback_t::callback) (void *)

callback function

Definition at line 50 of file callback.h.

◆ super

event_t event_callback_t::super

event_t structure that gets extended

Definition at line 49 of file callback.h.


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