#include <bit_mem_stream.h>
Public Types | |
| enum | TSerialType { B, U, U64, F, BF, Buffer, NbSerialTypes } |
Public Member Functions | |
| TBMSSerialInfo (uint32 bitpos, uint32 bitsize, TSerialType type, const char *symbol) | |
Data Fields | |
| uint32 | BitPos |
| uint32 | BitSize |
| const char * | Symbol |
| TSerialType | Type |
|
|
Definition at line 133 of file bit_mem_stream.h.
|
|
||||||||||||||||||||
|
Definition at line 135 of file bit_mem_stream.h. References BitPos, BitSize, nlassert, Symbol, type, and uint32.
|
|
|
Definition at line 144 of file bit_mem_stream.h. Referenced by NLMISC::CBMSDbgInfo::getEventLegendAtBitPos(), NLMISC::CBitMemStream::getSerialItem(), and TBMSSerialInfo(). |
|
|
Definition at line 145 of file bit_mem_stream.h. Referenced by NLMISC::CBMSDbgInfo::getEventLegendAtBitPos(), NLMISC::CBitMemStream::getSerialItem(), and TBMSSerialInfo(). |
|
|
Definition at line 147 of file bit_mem_stream.h. Referenced by NLMISC::CBMSDbgInfo::getEventLegendAtBitPos(), and TBMSSerialInfo(). |
|
|
Definition at line 146 of file bit_mem_stream.h. Referenced by NLMISC::CBMSDbgInfo::getEventLegendAtBitPos(), and NLMISC::CBitMemStream::getSerialItem(). |
1.3.6