nl:: Weave:: TLV:: Debug
تتضمن مساحة الاسم هذه أنواعًا وواجهات لتصحيح الأخطاء وتسجيل بيانات TLV الخاصة بـ Weave.
ملخّص
تعريف الأنواع |
|
---|---|
DumpWriter)(const char *aFormat,...)
|
تعريف الكتابةvoid(*
|
الدوال |
|
---|---|
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
عليك تفريغ العنصر TLV الذي يشير إليه aReader بصيغة يمكن لشخص عادي قراءتها باستخدام aWriter.
|
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 )
سجِّل بيانات TLV في القارئ المحدَّد بتنسيق يمكن لشخص عادي قراءته.
التفاصيل | |||||||
---|---|---|---|---|---|---|---|
المعلمات |
|
||||||
قيم الإرجاع |
|
DumpIterator
WEAVE_ERROR DumpIterator( DumpWriter aWriter, const TLVReader & aReader )