
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
1.30
6-158
Return-Codes
RC_OK
Successful termination.
See Also
GSI_GetRecPath
Example
This example shows the actual recording path and set it to the
RS232 line:
DIM sFile
As FileName
DIM sPath
As FilePath
DIM iPathInfo
As Integer
GSI_GetRecPath(iPathInfo, sFile, sPath)
IF iPathInfo = GSI_EXTERNAL THEN
MMI_PrintStr(0, 1,
"RecFile-CARD: "+sFile, TRUE)
MMI_PrintStr(0, 2,
"
Path: " + sPath, TRUE)
ELSE
MMI_PrintStr(0, 1,
"RecPath - serial line", TRUE)
END IF
GSI_SetRecPath( GSI_INTERFACE, sFile, sPath)
6.4.22 GSI_GetRecPath
Description
Returns the recording path for the measurements.
Declaration
GSI_GetRecPath(
iPathInfo AS Integer,
sFileName AS FileName,
sFilePath AS FilePath )
Remarks
This procedure returns where the measurements will be recorded.
If
iPathInfo
=
GSI_INTERFACE
, then the measurements will
be sent to the RS232 line and the other parameters are not valid. If
iPathInfo
=
GSI_EXTERNAL
, then
sFileName
defines the
filename i.e. "
MeasJob.GSI
" and
sFilePath
defines the file-
path, i.e. "
A:\\GSI
".
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...