| Package | Description | 
|---|---|
| agi.foundation.navigation.advanced | 
 Contains types used in GPS communications modeling. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GnssLinkBudgetScalarsCollection | 
GpsCommunicationsFrontEnd.getAllLinkBudgets(GpsReceiver receiver)
Gets the GNSS link budgets for all satellites. 
 | 
GnssLinkBudgetScalarsCollection | 
GpsCommunicationsFrontEnd.getSatelliteLinkBudgets(GpsReceiver receiver,
                       int satelliteID)
Gets GNSS link budgets for a specific satellite identified by  
satelliteID. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
GnssLinkBudgetScalarsCollection.checkForSameDefinition(GnssLinkBudgetScalarsCollection other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
GnssLinkBudgetScalarsCollection(GnssLinkBudgetScalarsCollection existingInstance,
                               CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |