View Source ExtFit.Profile.Messages.Lap (ExtFit v0.1.0)

Message: :lap identified by num=19

Fields

NameTypeNumScaleOffsetUnitsArray
eventevent0false
event_typeevent_type1false
start_timedate_time2false
start_position_latsint323semicirclesfalse
start_position_longsint324semicirclesfalse
end_position_latsint325semicirclesfalse
end_position_longsint326semicirclesfalse
total_elapsed_timeuint3271000sfalse
total_timer_timeuint3281000sfalse
total_distanceuint329100mfalse
total_cyclesuint3210cyclesfalse
total_caloriesuint1611kcalfalse
total_fat_caloriesuint1612kcalfalse
avg_speeduint16131000m/sfalse
max_speeduint16141000m/sfalse
avg_heart_rateuint815bpmfalse
max_heart_rateuint816bpmfalse
avg_cadenceuint817rpmfalse
max_cadenceuint818rpmfalse
avg_poweruint1619wattsfalse
max_poweruint1620wattsfalse
total_ascentuint1621mfalse
total_descentuint1622mfalse
intensityintensity23false
lap_triggerlap_trigger24false
sportsport25false
event_groupuint826false
num_lengthsuint1632lengthsfalse
normalized_poweruint1633wattsfalse
left_right_balanceleft_right_balance_10034false
first_length_indexuint1635false
avg_stroke_distanceuint1637100mfalse
swim_strokeswim_stroke38false
sub_sportsub_sport39false
num_active_lengthsuint1640lengthsfalse
total_workuint3241Jfalse
avg_altitudeuint16425500mfalse
max_altitudeuint16435500mfalse
gps_accuracyuint844mfalse
avg_gradesint1645100%false
avg_pos_gradesint1646100%false
avg_neg_gradesint1647100%false
max_pos_gradesint1648100%false
max_neg_gradesint1649100%false
avg_temperaturesint850Cfalse
max_temperaturesint851Cfalse
total_moving_timeuint32521000sfalse
avg_pos_vertical_speedsint16531000m/sfalse
avg_neg_vertical_speedsint16541000m/sfalse
max_pos_vertical_speedsint16551000m/sfalse
max_neg_vertical_speedsint16561000m/sfalse
time_in_hr_zoneuint32571000strue
time_in_speed_zoneuint32581000strue
time_in_cadence_zoneuint32591000strue
time_in_power_zoneuint32601000strue
repetition_numuint1661false
min_altitudeuint16625500mfalse
min_heart_rateuint863bpmfalse
wkt_step_indexmessage_index71false
opponent_scoreuint1674false
stroke_countuint1675countstrue
zone_countuint1676countstrue
avg_vertical_oscillationuint167710mmfalse
avg_stance_time_percentuint1678100percentfalse
avg_stance_timeuint167910msfalse
avg_fractional_cadenceuint880128rpmfalse
max_fractional_cadenceuint881128rpmfalse
total_fractional_cyclesuint882128cyclesfalse
player_scoreuint1683false
avg_total_hemoglobin_concuint1684100g/dLtrue
min_total_hemoglobin_concuint1685100g/dLtrue
max_total_hemoglobin_concuint1686100g/dLtrue
avg_saturated_hemoglobin_percentuint168710%true
min_saturated_hemoglobin_percentuint168810%true
max_saturated_hemoglobin_percentuint168910%true
avg_left_torque_effectivenessuint8912percentfalse
avg_right_torque_effectivenessuint8922percentfalse
avg_left_pedal_smoothnessuint8932percentfalse
avg_right_pedal_smoothnessuint8942percentfalse
avg_combined_pedal_smoothnessuint8952percentfalse
time_standinguint32981000sfalse
stand_countuint1699false
avg_left_pcosint8100mmfalse
avg_right_pcosint8101mmfalse
avg_left_power_phaseuint81020.7111111degreestrue
avg_left_power_phase_peakuint81030.7111111degreestrue
avg_right_power_phaseuint81040.7111111degreestrue
avg_right_power_phase_peakuint81050.7111111degreestrue
avg_power_positionuint16106wattstrue
max_power_positionuint16107wattstrue
avg_cadence_positionuint8108rpmtrue
max_cadence_positionuint8109rpmtrue
enhanced_avg_speeduint321101000m/sfalse
enhanced_max_speeduint321111000m/sfalse
enhanced_avg_altitudeuint321125500mfalse
enhanced_min_altitudeuint321135500mfalse
enhanced_max_altitudeuint321145500mfalse
avg_lev_motor_poweruint16115wattsfalse
max_lev_motor_poweruint16116wattsfalse
lev_battery_consumptionuint81172percentfalse
avg_vertical_ratiouint16118100percentfalse
avg_stance_time_balanceuint16119100percentfalse
avg_step_lengthuint1612010mmfalse
avg_vamuint161211000m/sfalse
avg_depthuint321221000mfalse
max_depthuint321231000mfalse
min_temperaturesint8124Cfalse
enhanced_avg_respiration_rateuint16136100Breaths/minfalse
enhanced_max_respiration_rateuint16137100Breaths/minfalse
avg_respiration_rateuint8147false
max_respiration_rateuint8148false
total_gritfloat32149kGritfalse
total_flowfloat32150Flowfalse
jump_countuint16151false
avg_gritfloat32153kGritfalse
avg_flowfloat32154Flowfalse
total_fractional_ascentuint8156100mfalse
total_fractional_descentuint8157100mfalse
avg_core_temperatureuint16158100Cfalse
min_core_temperatureuint16159100Cfalse
max_core_temperatureuint16160100Cfalse
timestampdate_time253sfalse
message_indexmessage_index254false

Summary

Types

@type t() :: %ExtFit.Profile.Messages.Lap{
  fields: %{required(non_neg_integer()) => ExtFit.Types.Field.t()},
  name: atom(),
  num: integer()
}