Data Fields | |
MicrofeedMain * | main |
MicrofeedTimeout * | next |
MicrofeedTimeout * | previous |
unsigned long int | milliseconds |
MicrofeedTimeoutCallback | callback |
void * | user_data |
Definition at line 13 of file microfeedmain.c.
Definition at line 14 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), microfeed_main_free(), and microfeed_main_remove_timeout().
Definition at line 15 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), microfeed_main_free(), and microfeed_main_remove_timeout().
Definition at line 16 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_remove_timeout().
unsigned long int milliseconds |
Definition at line 17 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_loop().
Definition at line 18 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_loop().
void* user_data |
Definition at line 19 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_loop().