Home
last modified time | relevance | path

Searched refs:defaultstopStr (Results 1 – 7 of 7) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/Rinextools/
H A DRinNav.cpp123 string defaultstopStr,stopStr; member in Configuration
253 defaultstopStr = string("[End of dataset]"); in SetDefaults()
386 stopStr = defaultstopStr; in BuildCommandLine()
428 if(msg == (i==0 ? defaultstartStr : defaultstopStr)) continue; in ExtraProcessing()
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/Rinextools/
H A DRinEdit.cpp178 defaultstopStr = string("[End of dataset]"); in setDefaults()
206 string defaultstopStr,stopStr; member in Configuration
1177 stopStr = defaultstopStr; in buildCommandLine()
1293 if(msg == (i==0 ? defaultstartStr : defaultstopStr)) continue; in extraProcessing()
H A DRinSum.cpp109 defaultstopStr = string("[End of dataset]"); in SetDefaults()
146 string defaultstopStr,stopStr; member in Configuration
468 stopStr = defaultstopStr; in BuildCommandLine()
540 if(msg == (i==0 ? defaultstartStr : defaultstopStr)) in ExtraProcessing()
H A DRinDump.cpp208 string defaultstopStr,stopStr; member in Configuration
785 defaultstopStr = string("[End of dataset]"); in SetDefaults()
1316 stopStr = defaultstopStr; in BuildCommandLine()
1423 if(msg == (i==0 ? defaultstartStr : defaultstopStr)) continue; in ExtraProcessing()
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/cycleslips/
H A Ddfix.cpp360 const string defaultstopStr("[End of dataset]"); in GetCommandLine() local
361 string startStr(defaultstartStr), stopStr(defaultstopStr); in GetCommandLine()
533 if(msg == (i==0 ? defaultstartStr : defaultstopStr)) continue; in GetCommandLine()
H A DDiscFix.cpp876 const string defaultstopStr("[End of dataset]"); in GetCommandLine() local
878 string stopStr(defaultstopStr); in GetCommandLine()
1012 if(msg == (i==0 ? defaultstartStr : defaultstopStr)) continue; in GetCommandLine()
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/positioning/
H A DPRSolve.cpp180 string defaultstopStr,stopStr; member in Configuration
1630 defaultstopStr = string("[End of dataset]"); in SetDefaults()
1896 stopStr = defaultstopStr; in BuildCommandLine()
2008 if(msg == (i==0 ? defaultstartStr : defaultstopStr)) continue; in ExtraProcessing()