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 = {
time : Timestamp.t; |
position : Position.t option; |
altitude : float option; |
distance : float option; |
heart_rate : int option; |
cadence : int option; |
sensor_state : Sensor_state.t option; |
}
val empty : t