Here are the data structures with brief descriptions:
CAssetTracker | Compatible replacement for the official Particle AssetTracker/Electron library |
CAssistNowDownload | Class to hold things used during download |
CLegacyAdapter | This class adapts the output from TinyGPS++ to match the results from the Adafruit parser and official Particle AssetTracker library |
CRawDegrees | Class to hold raw degree values as integer values instead of floating point |
CTinyGPSAltitude | Class to hold altitude data and return the value in various units |
CTinyGPSCourse | Class to hold course data and return the direction in degrees 0 <= deg < 360 |
CTinyGPSCustom | Class parse and hold an arbitrary value. Typically subclassed |
CTinyGPSData | Container to hold the data values |
CTinyGPSDate | Class to hold a date (year, month, day) value |
CTinyGPSDecimal | Class to hold an arbitrary decimal value. Typically subclassed |
CTinyGPSInteger | Class to parse and maintain integer data |
CTinyGPSLocation | Class to hold a location value |
CTinyGPSPlus | |
CTinyGPSSpeed | Class to hold speed data and return the value in various units |
CTinyGPSTime | Class to hold a time of day value |
CUblox | Class for implementing u-blox GPS support |
CUbloxAssistNow | Class to use u-blox AssistNow to get a faster GPS fix |
CUbloxCommand | Class to hold a command to send or a command to decode |
CUbloxCommandBase | Class for reading or writing a u-blox command |
CUbloxMessageHandler | Structure holding information about a message handler |