Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

data types sizes

RankRankRankRank

Total Posts: 523

Joined 2012-11-15

PM

Hello.

In "Flexible & Interoperable Data Transfer (FIT) Protocol Rev 1.1.pdf" page 20 are table of FIT base types.


Sizes. What it means? It mean "standart size that can be modifiable trough size field in "Field Definition " or it mean something other?

float64 - why size is 4 byte?

int64 - where? Can i extend base type table and add "int64" type or i should send is as "float64" or make "byte array"?

Thanx,
A.      
RankRankRankRank

Total Posts: 116

Joined 2008-11-21

PM

Thank you for finding that error in our documentation... float 64 should be size 8.

unfortunately the base types cannot be expanded easily.

try sending as a byte array...