|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Log link instance. More...
#include <log_link.h>
Data Fields | |
| const struct log_link_api * | api |
| Link operations. | |
| const char * | name |
| Unique link name. | |
| struct log_link_ctrl_blk * | ctrl_blk |
| Run-time control block. | |
| void * | ctx |
| Context associated with the link. | |
Log link instance.
| const struct log_link_api* log_link::api |
Link operations.
| struct log_link_ctrl_blk* log_link::ctrl_blk |
Run-time control block.
| void* log_link::ctx |
Context associated with the link.
| const char* log_link::name |
Unique link name.