Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device_info ¶
type File_creator ¶
type FitFile ¶
type FitFile struct {
FileId File_id
FileCreator File_creator
DeviceInfo []Device_info
Events []Event
Records []Record
Laps []Lap
Sessions []Session
Activity Activity
}
type Lap ¶
type Lap struct {
Timestamp int64
Start_time int64
Start_position_lat float64
Start_position_long float64
End_position_lat float64
End_position_long float64
Total_elapsed_time float64
Total_timer_time float64
Total_distance float64
Total_cycles uint32
Total_work uint32
Message_index uint16
Total_calories uint16
Total_fat_calories uint16
Avg_speed float64
Max_speed float64
Avg_power uint16
Max_power uint16
Norm_power uint16
Left_right_balance_100 float64
Total_ascent uint16
Total_descent uint16
Avg_heart_rate uint8
Max_heart_rate uint8
Avg_cadence uint8
Max_cadence uint8
Event_group uint8
Event string
Event_type string
Intensity uint8
}
type Session ¶
type Session struct {
Timestamp int64
Start_time int64
Start_position_lat float64
Start_position_long float64
Total_elapsed_time float64
Total_timer_time float64
Total_distance float64
Total_work uint32
Total_cycles uint32
Nec_lat float64
Nec_long float64
Swc_lat float64
Swc_long float64
Message_index uint16
Total_calories uint16
Total_fat_calories uint16
Avg_speed float64
Max_speed float64
Avg_power uint16
Max_power uint16
Total_ascent uint16
Total_descent uint16
Avg_heart_rate uint8
Max_heart_rate uint8
Avg_cadence uint8
Max_cadence uint8
Event string
Event_type string
Sport string
Sub_sport string
First_lap_index uint16
Num_laps uint16
Session_trigger string
Norm_power uint16
Training_stress_score float64
Intensity_factor float64
Left_right_balance_100 float64
Threshold_power uint16
Avg_left_torque_effectiveness float32
Avg_right_torque_effectiveness float32
Avg_left_pedal_smoothness float32
Avg_right_pedal_smoothness float32
Avg_combined_pedal_smoothness float32
Time_standing float64
Stand_count uint16
Total_training_effect float64
}
Click to show internal directories.
Click to hide internal directories.