GUIDEMO_GetTime() is only used within STemWin_SampleDemo.
 
Symbols
loading...
Files
loading...

GUIDEMO_GetTime() function

GUIDEMO_GetTime

Syntax

int GUIDEMO_GetTime (void);
Implemented in GUIDEMO.c:597

References

LocationReferrerText
GUIDEMO.c:597
int GUIDEMO_GetTime(void) {
GUIDEMO.h:202
int GUIDEMO_GetTime (void);
GUIDEMO.c:564GUIDEMO_Delay()
TimeDiff = GUIDEMO_GetTime() - TimeStart;
GUIDEMO_ColorBar.c:132GUIDEMO_ColorBar()
TimeStart = GUIDEMO_GetTime();
GUIDEMO_ColorBar.c:133GUIDEMO_ColorBar()
while (((GUIDEMO_GetTime() - TimeStart) < TIME_RUN) && (GUIDEMO_CheckCancel() == 0)) {
GUIDEMO_ColorBar.c:134GUIDEMO_ColorBar()
Time = (GUIDEMO_GetTime() - TimeStart) % ((TIME_PAUSE + TIME_STEP) << 1);
GUIDEMO_Graph.c:235_ShowGraph()
TimeStart = GUIDEMO_GetTime();
GUIDEMO_Graph.c:238_ShowGraph()
TimeDiff = GUIDEMO_GetTime() - TimeStart;
GUIDEMO_Graph.c:250_ShowGraph()
TimeStep = GUIDEMO_GetTime() - TimeStart;
GUIDEMO_IconView.c:6625GUIDEMO_IconView()
TimeEnd = GUIDEMO_GetTime() + 9000;
GUIDEMO_IconView.c:6626GUIDEMO_IconView()
TimeNextInc = GUIDEMO_GetTime() + 1000;
GUIDEMO_IconView.c:6630GUIDEMO_IconView()
if (GUIDEMO_GetTime() >= TimeNextInc) {
GUIDEMO_IconView.c:6640GUIDEMO_IconView()
} while ((GUIDEMO_GetTime() < TimeEnd) && (GUIDEMO_CheckCancel() == 0));
GUIDEMO_Speed.c:108_GetPixelsPerSecond()
t0 = GUIDEMO_GetTime();
GUIDEMO_Speed.c:112_GetPixelsPerSecond()
t = GUIDEMO_GetTime();
GUIDEMO_Speed.c:161GUIDEMO_Speed()
TimeStart = GUIDEMO_GetTime();
GUIDEMO_Speed.c:162GUIDEMO_Speed()
for (i = 0; ((GUIDEMO_GetTime() - TimeStart) < 5000) && (GUIDEMO_CheckCancel() == 0); i++) {
GUIDEMO_Treeview.c:2573_Action()
TimeNext = GUIDEMO_GetTime() + _aAction[Index].Delay;
GUIDEMO_Treeview.c:2590_Action()
} while (GUIDEMO_GetTime() < TimeNext);

Call Tree

Functions calling GUIDEMO_GetTime()
Functions called by GUIDEMO_GetTime()
GUIDEMO_GetTime()
all items filtered out
Data read by GUIDEMO_GetTime()
all items filtered out
GUIDEMO_GetTime()