Data Fields | |
MicrofeedMain * | main |
MicrofeedTimeout * | next |
MicrofeedTimeout * | previous |
unsigned long int | milliseconds |
MicrofeedTimeoutCallback | callback |
void * | user_data |
int | in_handler: 1 |
Definition at line 31 of file microfeedmain.c.
Definition at line 32 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), microfeed_main_free(), and microfeed_main_remove_timeout().
Definition at line 33 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_free().
unsigned long int milliseconds |
Definition at line 35 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_loop().
Definition at line 36 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_loop().
void* user_data |
Definition at line 37 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_loop().
int in_handler |
Definition at line 38 of file microfeedmain.c.
Referenced by microfeed_main_loop(), and microfeed_main_remove_timeout().