public interface INavigationCommunicationsService
Modifier and Type | Method and Description |
---|---|
NavigationReceiverAccessQuery |
getNavigationReceiverAccessQuery(GpsReceiver gpsReceiver,
int satelliteID)
Returns the navigation communication query from the receiver's front end for a given satellite ID.
|
NavigationReceiverChannelCollection |
getReceiverChannels()
Gets the collection of channels in a GpsCommunicationsFrontEnd.
|
NavigationReceiverAccessQuery getNavigationReceiverAccessQuery(GpsReceiver gpsReceiver, int satelliteID)
gpsReceiver
- The GPS receiver whose communication query is desired.satelliteID
- The ID of the satellite whose communication query is desired.NavigationReceiverAccessQuery
associated with the satelliteID
or null if the
satelliteID
is not found, or no constraints exist for the channel.NavigationReceiverChannelCollection getReceiverChannels()