#include <bit_mem_stream.h>
Public Member Functions | |
| TBMSDbgInfoData () | |
| Constructor. | |
Public Attributes | |
| TBMSSerialInfoList | List |
| Vector of serial items. | |
| uint32 | CurrentBrowsedItem |
| Current browsed item in the list (valid only from beginEventBrowsing() until clear() or addSerial()/addPoke()). | |
| const char * | NextSymbol |
| Symbol of next event. | |
| bool | AddEventIsEnabled |
| Flag to enable/disable addSerial() and addPoke() (because CBitMemStream::getSerialItem() must not add events in the list). | |
Definition at line 157 of file bit_mem_stream.h.
| NLMISC::TBMSDbgInfoData::TBMSDbgInfoData | ( | ) | [inline] |
Constructor.
Definition at line 160 of file bit_mem_stream.h.
Flag to enable/disable addSerial() and addPoke() (because CBitMemStream::getSerialItem() must not add events in the list).
Definition at line 172 of file bit_mem_stream.h.
Current browsed item in the list (valid only from beginEventBrowsing() until clear() or addSerial()/addPoke()).
Definition at line 166 of file bit_mem_stream.h.
Vector of serial items.
Definition at line 163 of file bit_mem_stream.h.
| const char* NLMISC::TBMSDbgInfoData::NextSymbol |
Symbol of next event.
Definition at line 169 of file bit_mem_stream.h.
1.6.1