Package | Description |
---|---|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
Modifier and Type | Method and Description |
---|---|
NavigationReceiverAccessQuery |
CommunicationAccessQueryCollection.findFirst(int pseudoRandomNoiseCode)
Find the first
NavigationReceiverAccessQuery in the collection that has the specified PRN. |
NavigationReceiverAccessQuery |
INavigationCommunicationsService.getNavigationReceiverAccessQuery(GpsReceiver gpsReceiver,
int satelliteID)
Returns the navigation communication query from the receiver's front end for a given satellite ID.
|
NavigationReceiverAccessQuery |
GpsCommunicationsFrontEnd.getNavigationReceiverAccessQuery(GpsReceiver gpsReceiver,
int satelliteID)
Communication-based access query for a single
NavigationReceiverChannel which
determines access based on all signals defined in the GpsSignalConfiguration . |
Modifier and Type | Method and Description |
---|---|
ArrayList<NavigationReceiverAccessQuery> |
CommunicationAccessQueryCollection.findAll(int pseudoRandomNoiseCode)
Finds all
NavigationReceiverAccessQueries in the collection that have a specified PRN. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NavigationReceiverAccessQuery.checkForSameDefinition(NavigationReceiverAccessQuery other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CommunicationAccessQueryCollection.checkForSameDefinition(DefinitionalObjectCollection<NavigationReceiverAccessQuery> other) |
Constructor and Description |
---|
CommunicationAccessQueryCollection(Iterable<? extends NavigationReceiverAccessQuery> queries)
Construct a new instance based on an existing collection of
NavigationReceiverAccessQueries . |