t_cidbrd_ctx Struct Reference
[Radio Interface Layer (RIL) oriented code.]

Constext structure used for reading tower cell IDs from the database file. More...

#include <cidb.h>


Data Fields

int * arr
 Array of data for the country, net and area ID.
int size
 Size of the array pointed by arr in number of integers.
int ctryid
 Country ID for the data in arr.
int netid
 Mobile network ID for the data in arr.
int areaid
 Area ID for the data in arr.


Detailed Description

Constext structure used for reading tower cell IDs from the database file.

Initialize this structure with 0 prior to the first use. At least set arr to NULL and size to 0.


Field Documentation

Array of data for the country, net and area ID.

The array is build as follows

  • number of tower cell definitions.
  • tower cell in format:
    • tower cell ID.
    • number of coordinates for the tower cell
    • coordinates of the tower cell in format:
      • latitude, decimal degrees multiplied by _DBLMULT and expressed as integer, positive for North, negative for South.
      • longitude, decimal degres multiplied by _DBLMULT and expressed as integer, positive for East, negative for West.

NULL for invalid (not yet used) context entries.

Size of the array pointed by arr in number of integers.

0 for invalid (not yet used) context entries.

Country ID for the data in arr.

Please ignore this value, if the constext entry is not valid yet.

Mobile network ID for the data in arr.

Please ignore this value, if the constext entry is not valid yet.

Area ID for the data in arr.

Please ignore this value, if the constext entry is not valid yet.


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

Generated on Mon Jul 12 14:51:51 2010 for cetoys by  doxygen 1.5.6