Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
ac3fc1f0
Commit
ac3fc1f0
authored
Mar 18, 2016
by
garciay
Browse files
STF507 Week#11: Merge GNSS support from C2C branch
parent
4791e3bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3
unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3
+4
-4
No files found.
unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3
View file @
ac3fc1f0
...
@@ -14,8 +14,8 @@ module test_LibItsExternalFunctions {
...
@@ -14,8 +14,8 @@ module test_LibItsExternalFunctions {
import
from
LibItsCam_Templates
all
;
import
from
LibItsCam_Templates
all
;
// LibItsIpv6OverGeoNetworking
// LibItsIpv6OverGeoNetworking
import
from
LibItsIpv6OverGeoNetworking_TypesAndValues
{
import
from
LibItsIpv6OverGeoNetworking_TypesAndValues
{
type
Ipv6Address
,
RouterAdvertisementMsg
;
type
Ipv6Address
,
RouterAdvertisementMsg
;
}
}
import
from
LibItsIpv6OverGeoNetworking_Functions
all
;
import
from
LibItsIpv6OverGeoNetworking_Functions
all
;
...
@@ -92,10 +92,10 @@ module test_LibItsExternalFunctions {
...
@@ -92,10 +92,10 @@ module test_LibItsExternalFunctions {
testcase
tc_computePositionUsingDistance_01
()
runs
on
TCType
system
TCType
{
testcase
tc_computePositionUsingDistance_01
()
runs
on
TCType
system
TCType
{
var
ReferencePosition
v_referencePosition
;
var
ReferencePosition
v_referencePosition
;
var
integer
v_offSet
;
var
float
v_offSet
;
v_referencePosition
:=
valueof
(
m_tsPosition
);
v_referencePosition
:=
valueof
(
m_tsPosition
);
v_offSet
:=
1000
;
v_offSet
:=
1000
.0
;
log
(
"v_referencePosition = "
,
v_referencePosition
);
log
(
"v_referencePosition = "
,
v_referencePosition
);
fx_computePositionUsingDistance
(
fx_computePositionUsingDistance
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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