OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Group externalFunctionGroup



Declared in module SUPL_V2_CommonSteps


Functions Summary
fx_gpsPositionCalculation calculates a Position value based on the last received SUPL POS
fx_positionIsIn calculation if a Position estimate value is located within the geographic area
fx_GadLatitude convertion of latitude coordinates from World Geodetic System 1984 (WGS 84) to GAD [3GPP TS 23 032]
fx_GadLongitude convertion of logitude coordinates from World Geodetic System 1984 (WGS 84) to GAD [3GPP TS 23 032]

Details

fx_gpsPositionCalculation
external function fx_gpsPositionCalculation(in ULP_PDU p_supl_pos, in integer p_gpsTOW, in GNSSScenario p_GNSSScenario, in integer p_rrlpVersion, out SUPLTypes.PositionEstimate p_PositionEstimate) return boolean;

Declared in group externalFunctionGroup

calculates a Position value based on the last received SUPL POS

Returns: boolean - Position of SET

Parameters:
fx_positionIsIn
external function fx_positionIsIn(in SUPLTypes.PositionEstimate p_positionEstimate, 
in GeographicTargetArea p_geographicTargetArea) return boolean;

Declared in group externalFunctionGroup

calculation if a Position estimate value is located within the geographic area

Returns: boolean - true if estimate is in the area

Parameters:
fx_GadLatitude
external function fx_GadLatitude(float coordinate) return integer;

Declared in group externalFunctionGroup

convertion of latitude coordinates from World Geodetic System 1984 (WGS 84) to GAD [3GPP TS 23 032]

Returns: integer - integer

Parameters:
fx_GadLongitude
external function fx_GadLongitude(float coordinate) return integer;

Declared in group externalFunctionGroup

convertion of logitude coordinates from World Geodetic System 1984 (WGS 84) to GAD [3GPP TS 23 032]

Returns: integer - integer

Parameters: