Data Fields | |
MicrofeedMain * | main |
MicrofeedTimeout * | next |
MicrofeedTimeout * | previous |
unsigned long int | milliseconds |
MicrofeedTimeoutCallback | callback |
void * | user_data |
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(), microfeed_main_free(), and microfeed_main_remove_timeout().
Definition at line 34 of file microfeedmain.c.
Referenced by microfeed_main_add_timeout(), and microfeed_main_remove_timeout().
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().