Click or drag to resize

GpsCommunicationsFrontEndGetNavigationReceiverAccessQuery Method

Communication-based access query for a single NavigationReceiverChannel which determines access based on all signals defined in the GpsSignalConfiguration.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NavigationReceiverAccessQuery GetNavigationReceiverAccessQuery(
	GpsReceiver gpsReceiver,
	int satelliteID
)

Parameters

gpsReceiver
Type: AGI.Foundation.NavigationGpsReceiver
The GPS receiver whose AccessQueries are desired.
satelliteID
Type: SystemInt32
The ID of the satellite whose AccessQueries are desired.

Return Value

Type: NavigationReceiverAccessQuery
The NavigationReceiverAccessQuery associated with the satelliteID or null if the satelliteID is not found, or no constraints exist for the channel.

Implements

INavigationCommunicationsServiceGetNavigationReceiverAccessQuery(GpsReceiver, Int32)
See Also