Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
e1adc03f
Commit
e1adc03f
authored
Jul 27, 2016
by
garciay
Browse files
Update UT primitives
parent
88de58b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsIVIM/ItsIvim_TpFunctions.ttcn
View file @
e1adc03f
...
...
@@ -149,9 +149,9 @@ module ItsIvim_TpFunctions {
// Local variables
var
template
(
value
)
UtIvimTriggerList
v_utTriggers
:=
{
m_utTriggerEvent
(
c_duration_2sec
,
f_getCurrentTime
()
-
1000
*
c_duration_2sec
,
-
,
-
,
-
),
m_utTriggerEvent
(
c_duration_4sec
,
f_getCurrentTime
()
-
1000
*
c_duration_4sec
,
-
,
-
,
-
),
m_utTriggerEvent
(
c_duration_6sec
,
f_getCurrentTime
()
-
1000
*
c_duration_6sec
,
-
,
-
,
-
)
m_utTriggerEvent
(
c_duration_2sec
,
f_getCurrentTime
()
-
1000
*
c_duration_2sec
,
-
/*
, -, -
*/
),
m_utTriggerEvent
(
c_duration_4sec
,
f_getCurrentTime
()
-
1000
*
c_duration_4sec
,
-
/*
, -, -
*/
),
m_utTriggerEvent
(
c_duration_6sec
,
f_getCurrentTime
()
-
1000
*
c_duration_6sec
,
-
/*
, -, -
*/
)
}
var
boolean
v_success
:=
true
;
var
IviIdentificationNumberList
v_iviIdentificationNumbers
;
...
...
@@ -211,9 +211,9 @@ module ItsIvim_TpFunctions {
// Local variables
var
template
(
value
)
UtIvimTriggerList
v_utTriggers
:=
{
m_utTriggerEvent
(
c_duration_2sec
,
f_getCurrentTime
()
-
1000
*
c_duration_2sec
,
-
,
-
,
-
),
m_utTriggerEvent
(
c_duration_4sec
,
f_getCurrentTime
()
-
1000
*
c_duration_4sec
,
-
,
-
,
-
),
m_utTriggerEvent
(
c_duration_6sec
,
f_getCurrentTime
()
-
1000
*
c_duration_6sec
,
-
,
-
,
-
)
m_utTriggerEvent
(
c_duration_2sec
,
f_getCurrentTime
()
-
1000
*
c_duration_2sec
,
-
/*
, -, -
*/
),
m_utTriggerEvent
(
c_duration_4sec
,
f_getCurrentTime
()
-
1000
*
c_duration_4sec
,
-
/*
, -, -
*/
),
m_utTriggerEvent
(
c_duration_6sec
,
f_getCurrentTime
()
-
1000
*
c_duration_6sec
,
-
/*
, -, -
*/
)
}
var
IviIdentificationNumber
v_iviIdentificationNumber
;
var
boolean
v_success
:=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment