Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Record Message

smerchek edited this page Feb 24, 2013 · 1 revision

Record

{
   timestamp: date_time,
   position_lat: sint32,
   position_long: sint32,
   altitude: uint16,
   heart_rate: uint8,
   cadence: uint8,
   distance: uint32,
   speed: uint16,
   power: uint16,
   compressed_speed_distance: byte,
   grade: sint16,
   resistance: uint8,
   time_from_course: sint32,
   cycle_length: uint8,
   temperature: sint8,
   speed_1s: uint8,
   cycles: uint8,
   total_cycles: uint32,
   compressed_accumulated_power: uint16,
   accumulated_power: uint32,
   left_right_balance: left_right_balance,
   gps_accuracy: uint8,
   vertical_speed: sint16,
   calories: uint16
}

Clone this wiki locally