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/a03899.html | 261 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 docs/doxygen/nel/a03899.html (limited to 'docs/doxygen/nel/a03899.html') diff --git a/docs/doxygen/nel/a03899.html b/docs/doxygen/nel/a03899.html new file mode 100644 index 00000000..68c1eb76 --- /dev/null +++ b/docs/doxygen/nel/a03899.html @@ -0,0 +1,261 @@ + + +NeL: NLMISC::TBMSSerialInfo struct Reference + + + +
+

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
+ + -- cgit v1.2.1