litl
0.1.9
|
Functions | |
litl_size_t | __litl_get_reg_event_size (litl_data_t nb_params) |
Returns the size of a regular event (in Bytes) depending on the number of its parameters. More... | |
litl_size_t | __litl_get_event_size (litl_type_t type, int param_size) |
Returns the size of an event (in Bytes) depending on the number or size of its parameters. More... | |
litl_size_t | __litl_get_gen_event_size (litl_t *p_evt) |
Returns the size of a general event (in Bytes) depending on its type and the number of its parameters. More... | |
litl_size_t __litl_get_event_size | ( | litl_type_t | type, |
int | param_size | ||
) |
Returns the size of an event (in Bytes) depending on the number or size of its parameters.
type | The type of event |
nb_params | The number or size of parameters |
Definition at line 22 of file litl_tools.c.
litl_size_t __litl_get_gen_event_size | ( | litl_t * | p_evt | ) |
Returns the size of a general event (in Bytes) depending on its type and the number of its parameters.
p_evt | A pointer to an event |
Definition at line 42 of file litl_tools.c.
litl_size_t __litl_get_reg_event_size | ( | litl_data_t | nb_params | ) |
Returns the size of a regular event (in Bytes) depending on the number of its parameters.
nb_params | A number of event's parameters |
Definition at line 18 of file litl_tools.c.