DataFileChannel
public enum DataFileChannel : Int, Codable
Undocumented
-
Power
Declaration
Swift
case pwr = 0 -
Heart rate
Declaration
Swift
case bpm = 1 -
Cadence
Declaration
Swift
case rpm = 2 -
% Hb concentrate
Declaration
Swift
case mo2 = 3 -
Elevation / Altitude
Declaration
Swift
case alt = 4 -
Undocumented
Declaration
Swift
case speed = 5 -
Undocumented
Declaration
Swift
case temperature = 6 -
Undocumented
Declaration
Swift
case balance = 7 -
Undocumented
Declaration
Swift
case gears = 8 -
torque / nm
Declaration
Swift
case nm = 9 -
adjusted / normalized power
Declaration
Swift
case np = 10 -
equated power
Declaration
Swift
case ep = 11 -
The average wattage for each hr point
Declaration
Swift
case hrpwr = 12 -
Simple running averages by km
Declaration
Swift
case perkm = 13 -
Simple running averages by mi
Declaration
Swift
case permi = 14 -
leg string stiffness
Declaration
Swift
case lss = 15 -
pace
Declaration
Swift
case pace = 16 -
Undocumented
Declaration
Swift
case geo = 17 -
Undocumented
Declaration
Swift
case distance = 18 -
The average pace at each hr point
Declaration
Swift
case hrpace = 19 -
rs pod contact ms
Declaration
Swift
case contacttimems = 20 -
rs pod impact G
Declaration
Swift
case impactg = 21 -
rs pod braking G
Declaration
Swift
case brakingg = 22 -
rs pod foot strike
Declaration
Swift
case footstrike = 23 -
rs pronation degrees
Declaration
Swift
case pronation = 24 -
ms
Declaration
Swift
case stancetime = 25 -
mm
Declaration
Swift
case verticaloscillation = 26 -
Undocumented
Declaration
Swift
case flow = 27 -
Undocumented
Declaration
Swift
case respiration = 28 -
Undocumented
Declaration
Swift
case grit = 29
View on GitHub
DataFileChannel Enumeration Reference