map 692 B

12345678910111213141516171819202122232425
  1. #------------------------------------------------------------------------------
  2. # $File: map,v 1.1 2014/06/03 18:22:25 christos Exp $
  3. # map: file(1) magic for Map data
  4. #
  5. # Garmin .FIT files http://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml
  6. 8 string .FIT FIT Map data
  7. >15 byte 0
  8. >>35 belong x \b, unit id %d
  9. # 20 years after unix epoch
  10. >>39 lelong x \b, serial %u
  11. >>43 ledate/631152000 x \b, %s
  12. >>47 leshort x \b, manufacturer %d
  13. >>47 leshort 1 \b (garmin)
  14. >>49 leshort x \b, product %d
  15. >>53 byte x \b, type %d
  16. >>53 byte 1 \b (Device)
  17. >>53 byte 2 \b (Settings)
  18. >>53 byte 3 \b (Sports/Cycling)
  19. >>53 byte 4 \b (Activity)
  20. >>53 byte 8 \b (Elevations)
  21. >>53 byte 10 \b (Totals)