#include <cidlg.h>
Data Fields | |
TCHAR | csvfile [MAX_PATH+1] |
Name of the input tower cell info file in CSV format. | |
TCHAR | dbfile [MAX_PATH+1] |
Name of the binary tower cell info database file. | |
double | minlat |
Minimum latitude to load from the CSV file while. | |
double | maxlat |
Maximum latitude to load from the CSV file while. | |
double | minlon |
Minimum longitude to load from the CSV file while. | |
double | maxlon |
Maximum longitude to load from the CSV file while. | |
int | timer |
Timer in seconds for queryiing the tower cell information. | |
int | udp |
UDP port for the messages about the location of the tower cell. |
TCHAR t_cidlg_cfg::csvfile[MAX_PATH+1] |
Name of the input tower cell info file in CSV format.
TCHAR t_cidlg_cfg::dbfile[MAX_PATH+1] |
Name of the binary tower cell info database file.
double t_cidlg_cfg::minlat |
Minimum latitude to load from the CSV file while.
Used while converting to the binary format.
double t_cidlg_cfg::maxlat |
Maximum latitude to load from the CSV file while.
Used while converting to the binary format.
double t_cidlg_cfg::minlon |
Minimum longitude to load from the CSV file while.
Used while converting to the binary format.
double t_cidlg_cfg::maxlon |
Maximum longitude to load from the CSV file while.
Used while converting to the binary format.
Timer in seconds for queryiing the tower cell information.
int t_cidlg_cfg::udp |
UDP port for the messages about the location of the tower cell.
Use <= 0, if you want to switch UDP sending off.