![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|
#include <event.h>

Public Attributes | |
| void(* | func )(scheduler_t *, void *) |
| The function that will be executed for this event. | |
| void * | argument |
| The arguments for the function. | |
| char * | name |
| Name of the event, used for debugging. | |
| char * | source_name |
| Name of the source file creating the event. | |
| uint16_t | source_line |
| Line in the source file creating the event. | |