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:598

References

LocationReferrerText
GUIDEMO.c:598
int GUIDEMO_GetTime(void) {
GUIDEMO.h:210
int GUIDEMO_GetTime (void);
GUIDEMO.c:565GUIDEMO_Delay()
TimeDiff = GUIDEMO_GetTime() - TimeStart;
GUIDEMO_Automotive.c:475_AutomotiveDemo()
t0 = GUIDEMO_GetTime(); // Get current time
GUIDEMO_Automotive.c:476_AutomotiveDemo()
for (Cnt = 0; ((tDiff = GUIDEMO_GetTime() - t0) < 15000) && !GUIDEMO_CheckCancel(); Cnt++) {
GUIDEMO_Automotive.c:484_AutomotiveDemo()
t1 = GUIDEMO_GetTime();
GUIDEMO_Automotive.c:487_AutomotiveDemo()
atDiff[i] = GUIDEMO_GetTime() - t1;
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_TransparentDialog.c:6962_TransparentDialog()
TimeStart= GUIDEMO_GetTime();
GUIDEMO_TransparentDialog.c:6966_TransparentDialog()
TimeNow = GUIDEMO_GetTime();
GUIDEMO_TransparentDialog.c:6980_TransparentDialog()
} while (((GUIDEMO_GetTime() - TimeStart) < DURATION) && (GUIDEMO_CheckCancel() == 0));
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()