AudioManager
7.6.6
Native Application Runtime Environment
|
This structure is used for context data used in an application. More...
#include <CAmDltWrapper.h>
Public Attributes | |
DltContext * | handle |
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... | |
This structure is used for context data used in an application.
Definition at line 113 of file CAmDltWrapper.h.
int32_t am::CAmDltWrapper::NoDltContextData::args_num |
number of arguments for extended header
Definition at line 119 of file CAmDltWrapper.h.
std::stringstream am::CAmDltWrapper::NoDltContextData::buffer |
buffer for building log message
Definition at line 116 of file CAmDltWrapper.h.
char* am::CAmDltWrapper::NoDltContextData::context_description |
description of context
Definition at line 121 of file CAmDltWrapper.h.
DltContext* am::CAmDltWrapper::NoDltContextData::handle |
pointer to DltContext
Definition at line 115 of file CAmDltWrapper.h.
int32_t am::CAmDltWrapper::NoDltContextData::log_level |
log level
Definition at line 117 of file CAmDltWrapper.h.
uint8_t am::CAmDltWrapper::NoDltContextData::mcnt |
message counter
Definition at line 120 of file CAmDltWrapper.h.
int32_t am::CAmDltWrapper::NoDltContextData::trace_status |
trace status
Definition at line 118 of file CAmDltWrapper.h.