 | CDUImportDAARC500SerialGPS Method |
Import Serial GPS data from the RMS Instruments DAARC500.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportDAARC500SerialGPS(
CDB db,
int line,
string file,
int channel
)
public static void ImportDAARC500SerialGPS(
CDB db,
int line,
string file,
int channel
)
Public Shared Sub ImportDAARC500SerialGPS (
db As CDB,
line As Integer,
file As String,
channel As Integer
)
Public Shared Sub ImportDAARC500SerialGPS (
db As CDB,
line As Integer,
file As String,
channel As Integer
)
public:
static void ImportDAARC500SerialGPS(
CDB^ db,
int line,
String^ file,
int channel
)
public:
static void ImportDAARC500SerialGPS(
CDB^ db,
int line,
String^ file,
int channel
)
static member ImportDAARC500SerialGPS :
db : CDB *
line : int *
file : string *
channel : int -> unit
static member ImportDAARC500SerialGPS :
db : CDB *
line : int *
file : string *
channel : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database object - line
- Type: SystemInt32
Output line (<define>DB_LOCK_READWRITE</define>) - file
- Type: SystemString
Name of file to import - channel
- Type: SystemInt32
Channel to import, 1-8
Remarks
Imports GPS data stored in a serial channel recorded
by the RMS Instruments DAARC500 instrument, and outputs the data to
a line in the database. Makes the following channels:
Fid, UTC_Time, Latitude, Longitude, Altitude, GPS_Quality,
NumSat (Number of satellites), GPS_HDOP (Horizontal Dilution of Position),
Undulation, GPS_DiffAge (Age of differential channel).
See Also