Commit ac3fc1f0 authored by garciay's avatar garciay
Browse files

STF507 Week#11: Merge GNSS support from C2C branch

parent 4791e3bf
......@@ -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(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment