|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Union for holding data returned by associated remote backend. More...
#include <log_multidomain_helper.h>
Data Fields | |
| uint16_t | count |
| Domain or source count. | |
| struct { | |
| char * dst | |
| Output buffer for the name. More... | |
| size_t * len | |
| In/out buffer length, updated with the name length. More... | |
| } | name |
| Destination buffer for a requested name. | |
| struct { | |
| uint8_t level | |
| Compile-time level. More... | |
| uint8_t runtime_level | |
| Run-time level. More... | |
| } | levels |
| Returned level settings of a source. | |
| struct { | |
| uint8_t level | |
| Run-time level actually set. More... | |
| } | set_runtime_level |
| Result of a set-runtime-level request. | |
Union for holding data returned by associated remote backend.
| uint16_t log_multidomain_link_dst::count |
Domain or source count.
| char* log_multidomain_link_dst::dst |
Output buffer for the name.
| size_t* log_multidomain_link_dst::len |
In/out buffer length, updated with the name length.
| uint8_t log_multidomain_link_dst::level |
Compile-time level.
Run-time level actually set.
| struct { ... } log_multidomain_link_dst::levels |
Returned level settings of a source.
| struct { ... } log_multidomain_link_dst::name |
Destination buffer for a requested name.
| uint8_t log_multidomain_link_dst::runtime_level |
Run-time level.
| struct { ... } log_multidomain_link_dst::set_runtime_level |
Result of a set-runtime-level request.