Module functions

Module functions 

Functions§

check_library_version
Check the library version of DLT library.
lib_free
Terminate the user lib.
lib_init
Initialize the user lib communication with daemon.
log_marker
Write marker message to DLT.
log_resend_buffer
Try to resend log message in the user buffer.
log_write_finish
Finishing the generation of a DLT log message and sending it to the DLT daemon without freeing log buffer.
log_write_start
Initialize the generation of a DLT log message with given buffer from DLT application.
register_app
Register an application in the daemon.
register_context
Register a context in the daemon with pre-defined log level and pre-defined trace status.
register_injection_callback
Register callback function with private data called when injection message was received.
register_log_level_changed_callback
Register callback function called when log level of context was changed.
unregister_app
Unregister an application in the daemon.
unregister_context
Unregister a context in the DLT daemon.