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
.
Identifier | Data type | Default value | Description |
---|---|---|---|
dir | Char | '' | Direction [N, S, E, W, n, s, e, w] |
deg | UInt | 0 | Degrees, Latitude [-89..+ 89]; Longitude [-179..+179] |
min | UInt | 0 | Minutes [0..+59] |
sec | UInt | 0 | Seconds [0..+59] |