#include <cbgpx.h>
Data Fields | |
| t_cbthrcs | cs |
| Critical secrion/mutex for synchronizing file operations. | |
| double | minlat |
| Minimum latitude until now. | |
| double | maxlat |
| Maximum latitude until now. | |
| double | minlon |
| Minimum longitude until now. | |
| double | maxlon |
| Maximum longitude until now. | |
| FILE * | f |
| Handle of the created GPX file. | |
| int | idx |
| Sequential number of the next entry. | |
Critical secrion/mutex for synchronizing file operations.
| FILE* t_cbgpx::f |
Handle of the created GPX file.
| int t_cbgpx::idx |
Sequential number of the next entry.
Starting with 0.
| double t_cbgpx::maxlat |
Maximum latitude until now.
Negative and positive decimal degrees.
| double t_cbgpx::maxlon |
Maximum longitude until now.
Negative and positive decimal degrees.
| double t_cbgpx::minlat |
Minimum latitude until now.
Negative and positive decimal degrees.
| double t_cbgpx::minlon |
Minimum longitude until now.
Negative and positive decimal degrees.
1.4.7