Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

FIT decoding library for Go(lang)

Avatar
Rank

Total Posts: 1

Joined 2014-11-04

PM

Hi.

I have attempted to implement a FIT decoding library for the Go programming
language. I hope to add encoding functionality later.

https://github.com/tormoder/fit

Two small questions from issues I encountered since I do code generation for
the profile data:

1. For consistency, should there be an empty row after row 1169 in the "Types"
sheet?

2. Is it intentional that the type "Bool" is not specified anywhere? I
understand it's rather self-explanatory, but it'is the only type that's not a
base type and not defined in the "Types" sheet.

Cheers,
Tormod      
RankRank

Total Posts: 34

Joined 2013-01-28

PM

Hi Tormod,

For your questions see my answers below:
1. This empty row should not matter, it might be something Excel does by default when saving.
2. This is intentional at this point. Currently the smallest base type we support is one byte. Changing base types is a breaking change in the FITSDK. This is something we may look at in the future, but at this time we do not have a plan to change this.

Hope this helps.

-Evan