GPSReader Plugin
From
Contents |
GPSReader
Overview
This plugin manages a connection to a NMEA style gps module. It exposes information such as gps coordinates, heading, and satellite information to other plugins.
Skinning Properties
propertyMap
- GPS_LONGITUDE
- Longitude in decimal form
- GPS_LATITUDE
- Latitude in decimal form
- GPS_TIME
- GPS Time as formatted by the GPS unit
- GPS_FIXTYPE
- Fix Type. 0 == no fix. 1 == 2d fix. 2 == 3d fix 3 == WAAS
- GPS_FIXTYPESTRING
- "3D Fix", "2D Fix", or "None" depending on GPS_FIXTYPE
- GPS_NUMSATS
- Number of satellites currently in view
- GPS_ALTITUDE
- Altitude as calculated by GPS unit
- GPS_STATUS_STRING
- Shows status of connection to GPS device.
Standard ListModels
None
Complex ListModels
- GPS_SAT_INFO
- modelData.SAT_PRN
- modelData.SAT_ELEVATION
- modelData.SAT_AZIMUTH
- modelData.SAT_SNR
Events
None
Available Commands
None
