#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.
Definition at line 162 of file bit_mem_stream.h. References AddEventIsEnabled, CurrentBrowsedItem, List, and NextSymbol.
00162 : List(), CurrentBrowsedItem(0), NextSymbol(NULL), AddEventIsEnabled(true) {} |
|
|
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(). |
|
|
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(). |
|
|
Vector of serial items.
Definition at line 165 of file bit_mem_stream.h. Referenced by TBMSDbgInfoData(). |
|
|
Symbol of next event.
Definition at line 171 of file bit_mem_stream.h. Referenced by TBMSDbgInfoData(). |
1.3.6