litl  0.1.9
Functions
Functions for Recording Raw Events

Functions

litl_tlitl_write_probe_raw (litl_write_trace_t *trace, litl_code_t code, litl_size_t size, litl_data_t data[])
 Records an event with data in a string format. More...
 

Detailed Description

Function Documentation

◆ litl_write_probe_raw()

litl_t* litl_write_probe_raw ( litl_write_trace_t trace,
litl_code_t  code,
litl_size_t  size,
litl_data_t  data[] 
)

Records an event with data in a string format.

Parameters
traceA pointer to the event recording object
codeAn event code
sizeSize (in Bytes) of the data to store
dataData to store with this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 878 of file litl_write.c.