T O P I C R E V I E W |
davida |
Posted - Aug 03 2011 : 12:29:18 PM While hovering over a variavble, the dispaly of the type includes typedefs of pointer to arrays.
the following typedefs:
typedef unsigned char Uint8; typedef Uint8 (*TdrFilterSetListPtr)[2][2]; typedef Uint8 (*FdrFilterSetListPtr)[2][5]; typedef Uint8 (*Uint8_2by5)[2][5];
The last 3 are definition of a pointer to array.
the variable itsef is defined as:
Uint8 BandwidthPartsJ;
The following is the info displayed:

The first 3 typedef have no relevance and should not be displayed.
Brief browse:

|
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Aug 03 2011 : 7:42:01 PM I am seeing the same effect here. Thank you for the clear description.
case=59133 |
|
|