davida
Starting Member
Israel
1 Posts |
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:

|
Edited by - davida on Aug 03 2011 1:25:31 PM |
|