From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03898.html | 189 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 docs/doxygen/nel/a03898.html (limited to 'docs/doxygen/nel/a03898.html') diff --git a/docs/doxygen/nel/a03898.html b/docs/doxygen/nel/a03898.html new file mode 100644 index 00000000..fdb37d5d --- /dev/null +++ b/docs/doxygen/nel/a03898.html @@ -0,0 +1,189 @@ + + +NeL: NLMISC::TBMSDbgInfoData struct Reference + + + +
+

NLMISC::TBMSDbgInfoData Struct Reference

#include <bit_mem_stream.h> +

+ + + + + + + + + + + + + + + + + + + +

Public Member Functions

 TBMSDbgInfoData ()
 Constructor.


Data Fields

bool AddEventIsEnabled
 Flag to enable/disable addSerial() and addPoke() (because CBitMemStream::getSerialItem() must not add events in the list).

uint32 CurrentBrowsedItem
 Current browsed item in the list (valid only from beginEventBrowsing() until clear() or addSerial()/addPoke()).

TBMSSerialInfoList List
 Vector of serial items.

const char * NextSymbol
 Symbol of next event.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLMISC::TBMSDbgInfoData::TBMSDbgInfoData  )  [inline]
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 162 of file bit_mem_stream.h. +

+References AddEventIsEnabled, CurrentBrowsedItem, List, and NextSymbol. +

+

00162 : List(), CurrentBrowsedItem(0), NextSymbol(NULL), AddEventIsEnabled(true) {}
+
+


Field Documentation

+

+ + + + +
+ + +
bool NLMISC::TBMSDbgInfoData::AddEventIsEnabled +
+
+ + + + + +
+   + + +

+Flag to enable/disable addSerial() and addPoke() (because CBitMemStream::getSerialItem() must not add events in the list). +

+ +

+Definition at line 174 of file bit_mem_stream.h. +

+Referenced by TBMSDbgInfoData().

+

+ + + + +
+ + +
uint32 NLMISC::TBMSDbgInfoData::CurrentBrowsedItem +
+
+ + + + + +
+   + + +

+Current browsed item in the list (valid only from beginEventBrowsing() until clear() or addSerial()/addPoke()). +

+ +

+Definition at line 168 of file bit_mem_stream.h. +

+Referenced by TBMSDbgInfoData().

+

+ + + + +
+ + +
TBMSSerialInfoList NLMISC::TBMSDbgInfoData::List +
+
+ + + + + +
+   + + +

+Vector of serial items. +

+ +

+Definition at line 165 of file bit_mem_stream.h. +

+Referenced by TBMSDbgInfoData().

+

+ + + + +
+ + +
const char* NLMISC::TBMSDbgInfoData::NextSymbol +
+
+ + + + + +
+   + + +

+Symbol of next event. +

+ +

+Definition at line 171 of file bit_mem_stream.h. +

+Referenced by TBMSDbgInfoData().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 13:48:42 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1