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++?
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?