Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
log_link_config Struct Reference

Log link configuration passed to the link at initiation time. More...

#include <log_link.h>

Data Fields

log_link_callback_t msg_cb
 Callback for received messages.
log_link_dropped_cb_t dropped_cb
 Callback for dropped messages.

Detailed Description

Log link configuration passed to the link at initiation time.

Field Documentation

◆ dropped_cb

log_link_dropped_cb_t log_link_config::dropped_cb

Callback for dropped messages.

◆ msg_cb

log_link_callback_t log_link_config::msg_cb

Callback for received messages.


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