⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Frédéric Blanc
All Projects
Frédéric Blanc
Overview
Activity
Issues
Documents
Wiki
Files
Repository
Download (459 Bytes)
Files
» CVI_timer.c
Frédéric Blanc
, 2016-01-29 09:57
#include
"var.h"
/**
* @brief gestion du timer
* @param
* @return 0
* @date 18/10/2012
*
*/
int
CVICALLBACK
CVI_timer
(
int
reserved
,
int
timerId
,
int
event
,
void
*
callbackData
,
int
eventData1
,
int
eventData2
)
{
if
(
event
==
15
)
{
Ctrl
.
time_elapsed
++
;
Set_panel_measure_time_elapsed
();
Ctrl
.
time_remaining
=
Ctrl
.
time_total
-
Ctrl
.
time_elapsed
;
Set_panel_measure_time_remaining
();
ProcessSystemEvents
();
}
return
0
;
}
« Previous
1
…
7
8
9
10
11
…
25
Next »
(9-9/25)
Loading...