tcx
OCaml library for parsing and formatting Training Center XML files.
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tcx
type t = {
start_time : Timestamp.t; |
total_time : float; |
distance : float; |
maximum_speed : float option; |
calories : int; |
average_heart_rate : int option; |
maximum_heart_rate : int option; |
intensity : Intensity.t; |
cadence : int option; |
trigger_method : Trigger_method.t; |
tracks : Track.t list; |
notes : string option; |
}
val empty : t