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
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
unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3
View file @
ac3fc1f0
...
...
@@ -14,8 +14,8 @@ module test_LibItsExternalFunctions {
import
from
LibItsCam_Templates
all
;
// LibItsIpv6OverGeoNetworking
import
from
LibItsIpv6OverGeoNetworking_TypesAndValues
{
type
Ipv6Address
,
RouterAdvertisementMsg
;
import
from
LibItsIpv6OverGeoNetworking_TypesAndValues
{
type
Ipv6Address
,
RouterAdvertisementMsg
;
}
import
from
LibItsIpv6OverGeoNetworking_Functions
all
;
...
...
@@ -92,10 +92,10 @@ module test_LibItsExternalFunctions {
testcase
tc_computePositionUsingDistance_01
()
runs
on
TCType
system
TCType
{
var
ReferencePosition
v_referencePosition
;
var
integer
v_offSet
;
var
float
v_offSet
;
v_referencePosition
:=
valueof
(
m_tsPosition
);
v_offSet
:=
1000
;
v_offSet
:=
1000
.0
;
log
(
"v_referencePosition = "
,
v_referencePosition
);
fx_computePositionUsingDistance
(
...
...
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