nl:: Weave:: TLV:: Debug
此命名空间包括用于调试和记录 Weave TLV 的类型和接口。
摘要
类型定义符 |
|
---|---|
DumpWriter)(const char *aFormat,...)
|
typedefvoid(*
|
函数 |
|
---|---|
DecodeTagControl(const TLVTagControl aTagControl)
|
const char *
使用描述性字符串解码 TLV 代码控件。
|
DecodeType(const TLVType aType)
|
const char *
使用描述性字符串解码 TLV 类型。
|
Dump(const TLVReader & aReader, DumpWriter aWriter)
|
通过指定写入者以人类可读的形式转储指定读取器中的 TLV 数据。
|
DumpHandler(DumpWriter aWriter, const char *aIndent, const TLVReader & aReader, size_t aDepth)
|
void
使用 aWriter 以人类可读的形式转储 aReader 引用的 TLV 元素。
|
DumpHandler(const TLVReader & aReader, size_t aDepth, void *aContext)
|
以人类可读的形式记录指定读取器中的 TLV 数据。
|
DumpIterator(DumpWriter aWriter, const TLVReader & aReader)
|
以人类可读的形式将指定读取器中的 TLV 数据记录到指定写入者。
|
结构体 |
|
---|---|
nl:: |
类型定义符
DumpWriter
void(* DumpWriter)(const char *aFormat,...)
函数
DecodeTagControl
const char * DecodeTagControl( const TLVTagControl aTagControl )
DecodeType
const char * DecodeType( const TLVType aType )
转储
WEAVE_ERROR Dump( const TLVReader & aReader, DumpWriter aWriter )
DumpHandler
void DumpHandler( DumpWriter aWriter, const char *aIndent, const TLVReader & aReader, size_t aDepth )
DumpHandler
WEAVE_ERROR DumpHandler( const TLVReader & aReader, size_t aDepth, void *aContext )