AudioManager  7.6.6
Native Application Runtime Environment
DltContextData Struct Reference

This structure is used for context data used in an application. More...

#include <CAmDltWrapper.h>

Public Attributes

DltContexthandle
 pointer to DltContext More...
 
std::stringstream buffer
 buffer for building log message More...
 
int32_t log_level
 log level More...
 
int32_t trace_status
 trace status More...
 
int32_t args_num
 number of arguments for extended header More...
 
uint8_t mcnt
 message counter More...
 
char * context_description
 description of context More...
 

Detailed Description

This structure is used for context data used in an application.

Definition at line 62 of file CAmDltWrapper.h.

Member Data Documentation

int32_t DltContextData::args_num

number of arguments for extended header

Definition at line 68 of file CAmDltWrapper.h.

std::stringstream DltContextData::buffer

buffer for building log message

Definition at line 65 of file CAmDltWrapper.h.

char* DltContextData::context_description

description of context

Definition at line 70 of file CAmDltWrapper.h.

DltContext* DltContextData::handle

pointer to DltContext

Definition at line 64 of file CAmDltWrapper.h.

int32_t DltContextData::log_level

log level

Definition at line 66 of file CAmDltWrapper.h.

uint8_t DltContextData::mcnt

message counter

Definition at line 69 of file CAmDltWrapper.h.

int32_t DltContextData::trace_status

trace status

Definition at line 67 of file CAmDltWrapper.h.


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