GpsDataFileReadActive Method (String) |
Reads data for only the active GPS satellites from the specified file.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static List<GpsSatelliteInformation> ReadActive(
string fileName
)
Public Shared Function ReadActive (
fileName As String
) As List(Of GpsSatelliteInformation)
public:
static List<GpsSatelliteInformation^>^ ReadActive(
String^ fileName
)
static member ReadActive :
fileName : string -> List<GpsSatelliteInformation>
Parameters
- fileName
- Type: SystemString
Location of GPSData.txt file.
Return Value
Type:
ListGpsSatelliteInformationA list of
GpsSatelliteInformation for only the active satellites in the file.
Exceptions See Also