Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_gpx_track_segment_t Struct Reference

#include <gpx.h>

+ Collaboration diagram for dt_gpx_track_segment_t:

Data Fields

guint id
 
GDateTime * start_dt
 
GDateTime * end_dt
 
char * name
 
dt_gpx_track_point_ttrkpt
 
uint32_t nb_trkpt
 

Detailed Description

Definition at line 46 of file gpx.h.

Field Documentation

◆ end_dt

GDateTime* dt_gpx_track_segment_t::end_dt

Definition at line 50 of file gpx.h.

Referenced by _gpx_parser_text().

◆ id

guint dt_gpx_track_segment_t::id

Definition at line 48 of file gpx.h.

Referenced by _gpx_parser_start_element().

◆ name

char* dt_gpx_track_segment_t::name

Definition at line 51 of file gpx.h.

Referenced by _gpx_parser_start_element(), and _track_seg_free().

◆ nb_trkpt

uint32_t dt_gpx_track_segment_t::nb_trkpt

Definition at line 53 of file gpx.h.

Referenced by _gpx_parser_text().

◆ start_dt

GDateTime* dt_gpx_track_segment_t::start_dt

Definition at line 49 of file gpx.h.

Referenced by _gpx_parser_text(), and _sort_segment().

◆ trkpt

dt_gpx_track_point_t* dt_gpx_track_segment_t::trkpt

Definition at line 52 of file gpx.h.

Referenced by _gpx_parser_text(), and dt_gpx_get_trkpts().


The documentation for this struct was generated from the following file: