Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Get missing lat/long

Rank

Total Posts: 2

Joined 2016-03-25

PM

Hello,

I'm building a C++ app that parses a FIT file to get all GPS positions in it. I noticed that some positions are marked unknown (cf csv file). How can I get them in C++?

Thanks      

Image Attachments

2016-04-01_16_12_38-2016-03-03-15-08-31.csv_-_LibreOffice_Calc.png

Click thumbnail to see full-size image

RankRank

Total Posts: 34

Joined 2013-01-28

PM

Hello,

Where did the FIT file come from? It looks like you are trying to decode some custom/private messages. Message with local message number 6 is obviously a record message and that looks ok, but what is local message number 8?

-Evan