PARAM is only used within STemWin_SampleDemo.
 
Symbols
loading...
Files
loading...

PARAM struct

Structure containing information for drawing routine

Syntax

typedef struct {   GUI_AUTODEV_INFO AutoDevInfo;    GUI_POINT        aPoints[7];     float            Angle; } PARAM;

Fields

AutoDevInfo

No summary provided. Read more...

aPoints

No summary provided. Read more...

Angle

No summary provided. Read more...

References

LocationReferrerScopeText
GUIDEMO_Automotive.c:221
typedef struct {
GUIDEMO_Automotive.c:225
GUIDEMO_Automotive.c:368_Draw_0()::pParam_Draw_0()
PARAM * pParam = (PARAM *)p;
GUIDEMO_Automotive.c:400_Draw_1()::pParam_Draw_1()
PARAM * pParam = (PARAM *)p;
GUIDEMO_Automotive.c:442_AutomotiveDemo()::aParam_AutomotiveDemo()
PARAM aParam [NUM_SCALES] = {0}; // Parameters for drawing routine

Type Use

Variables of PARAM type
_Draw_0()::pParam
_Draw_1()::pParam
_AutomotiveDemo()::aParam
all items filtered out
PARAM
all items filtered out
PARAM
all items filtered out