NLMISC::TBMSSerialInfo Struct Reference

#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


Member Enumeration Documentation

enum NLMISC::TBMSSerialInfo::TSerialType
 

Enumeration values:
B 
U 
U64 
F 
BF 
Buffer 
NbSerialTypes 

Definition at line 133 of file bit_mem_stream.h.

00133 { B, U, U64, F, BF, Buffer, NbSerialTypes };


Constructor & Destructor Documentation

NLMISC::TBMSSerialInfo::TBMSSerialInfo uint32  bitpos,
uint32  bitsize,
TSerialType  type,
const char *  symbol
[inline]
 

Definition at line 135 of file bit_mem_stream.h.

References BitPos, BitSize, nlassert, Symbol, type, and uint32.

00136         {
00137                 nlassert( bitpos < 800000 );
00138                 BitPos = bitpos;
00139                 BitSize = bitsize;
00140                 Type = type;
00141                 Symbol = symbol;
00142         }


Field Documentation

uint32 NLMISC::TBMSSerialInfo::BitPos
 

Definition at line 144 of file bit_mem_stream.h.

Referenced by NLMISC::CBMSDbgInfo::getEventLegendAtBitPos(), NLMISC::CBitMemStream::getSerialItem(), and TBMSSerialInfo().

uint32 NLMISC::TBMSSerialInfo::BitSize
 

Definition at line 145 of file bit_mem_stream.h.

Referenced by NLMISC::CBMSDbgInfo::getEventLegendAtBitPos(), NLMISC::CBitMemStream::getSerialItem(), and TBMSSerialInfo().

const char* NLMISC::TBMSSerialInfo::Symbol
 

Definition at line 147 of file bit_mem_stream.h.

Referenced by NLMISC::CBMSDbgInfo::getEventLegendAtBitPos(), and TBMSSerialInfo().

TSerialType NLMISC::TBMSSerialInfo::Type
 

Definition at line 146 of file bit_mem_stream.h.

Referenced by NLMISC::CBMSDbgInfo::getEventLegendAtBitPos(), and NLMISC::CBitMemStream::getSerialItem().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 13:48:52 2004 for NeL by doxygen 1.3.6