LGF_typeGPS_DMS (UDT)


Description

Datatype for GPS Coordinates in Degree, Minutes, Seconds and the Direction.
Can be used for latitude and as well for longitude.
The Datatype is allready used e.g. in LGF_typeGPS.

Parameter description

IdentifierData typeDefault valueDescription
dirChar''Direction [N, S, E, W, n, s, e, w]
degUInt0Degrees, Latitude [-89..+ 89]; Longitude [-179..+179]
minUInt0Minutes [0..+59]
secUInt0Seconds [0..+59]