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

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.

Detailed Description

Union for holding data returned by associated remote backend.

Field Documentation

◆ count

uint16_t log_multidomain_link_dst::count

Domain or source count.

◆ dst

char* log_multidomain_link_dst::dst

Output buffer for the name.

◆ len

size_t* log_multidomain_link_dst::len

In/out buffer length, updated with the name length.

◆ level

uint8_t log_multidomain_link_dst::level

Compile-time level.

Run-time level actually set.

◆ [struct]

struct { ... } log_multidomain_link_dst::levels

Returned level settings of a source.

◆ [struct]

struct { ... } log_multidomain_link_dst::name

Destination buffer for a requested name.

◆ runtime_level

uint8_t log_multidomain_link_dst::runtime_level

Run-time level.

◆ [struct]

struct { ... } log_multidomain_link_dst::set_runtime_level

Result of a set-runtime-level request.


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