Data Fields | |
| TCHAR | sutc [VAL_STR_LEN+1] |
| String buffer for a value of the UTC time. | |
| TCHAR | slat [VAL_STR_LEN+1] |
| String buffer for a value of the latitude. | |
| TCHAR | slon [VAL_STR_LEN+1] |
| String buffer for a value of the longitude. | |
| TCHAR | salt [VAL_STR_LEN+1] |
| String buffer for a value of the altitude. | |
| TCHAR | sutme [VAL_STR_LEN+1] |
| String buffer for a value of the utm easting. | |
| TCHAR | sutmn [VAL_STR_LEN+1] |
| String buffer for a value of the utm northing. | |
| t_cbgpx | hgpx |
| Handle of the GPX file. | |
| t_cbthrcs | cs |
| Critical section for synchronizing operations on contents of this structure. | |
| double | oldutc |
| Previous UTC time. | |
| double | oldlat |
| Previous latitude. | |
| double | oldlon |
| Previous longitude. | |
| double | oldalt |
| Previous altitude. | |
| double | oldutme |
| Previous UTM easting. | |
| double | oldutmn |
| Previous UTM northing. | |
| HWND | hwnd |
| Handle of the main windows. | |
Critical section for synchronizing operations on contents of this structure.
Handle of the GPX file.
| HWND _gpscbcontrols::hwnd |
Handle of the main windows.
| double _gpscbcontrols::oldalt |
Previous altitude.
Current altitude is inserted into the control if it changes by at least 0.1 m.
| double _gpscbcontrols::oldlat |
Previous latitude.
Current latitude is inserted into the control if it changes by at least 0.0001 degree.
| double _gpscbcontrols::oldlon |
Previous longitude.
Current longitude is inserted into the control if it changes by at least 0.0001 degree.
| double _gpscbcontrols::oldutc |
Previous UTC time.
Current UTC time is inserted into the control if it changes by at least 1 second.
| double _gpscbcontrols::oldutme |
Previous UTM easting.
Current UTM easting is inserted into the control if it changes by at least 1 m.
| double _gpscbcontrols::oldutmn |
Previous UTM northing.
Current UTM northing is inserted into the control if it changes by at least 1 m.
| TCHAR _gpscbcontrols::salt[VAL_STR_LEN+1] |
String buffer for a value of the altitude.
| TCHAR _gpscbcontrols::slat[VAL_STR_LEN+1] |
String buffer for a value of the latitude.
| TCHAR _gpscbcontrols::slon[VAL_STR_LEN+1] |
String buffer for a value of the longitude.
| TCHAR _gpscbcontrols::sutc[VAL_STR_LEN+1] |
String buffer for a value of the UTC time.
| TCHAR _gpscbcontrols::sutme[VAL_STR_LEN+1] |
String buffer for a value of the utm easting.
| TCHAR _gpscbcontrols::sutmn[VAL_STR_LEN+1] |
String buffer for a value of the utm northing.
1.4.7