FOSSology  4.4.0
Open Source License Compliance by Open Source Software
event_t Struct Reference

#include <event.h>

Collaboration diagram for event_t:
Collaboration graph

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.
 

Detailed Description

interanl structure for an event

Definition at line 24 of file event.h.


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