GAVLab / ublox

C++ Static library interfacing ublox GPS receivers using the ublox6 UBX protocol
48 stars 26 forks source link

Fixed some errors preventing uBlox code from running with NetAssist code correctly #6

Closed chris5108 closed 12 years ago

chris5108 commented 12 years ago

defines for AID-HUI that got left out in the move from NetAssist code were added.

Commented out couts in ParsedEphemerisCallback that were popping up in NetAssist display. Implemented #defines for various uBlox protocol messages standard lengths.