GpsCommunicationsFrontEndGetAllLinkBudgets Method |
Gets the GNSS link budgets for all satellites.
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GnssLinkBudgetScalarsCollection GetAllLinkBudgets(
GpsReceiver receiver
)
Public Function GetAllLinkBudgets (
receiver As GpsReceiver
) As GnssLinkBudgetScalarsCollection
public:
GnssLinkBudgetScalarsCollection^ GetAllLinkBudgets(
GpsReceiver^ receiver
)
member GetAllLinkBudgets :
receiver : GpsReceiver -> GnssLinkBudgetScalarsCollection
Parameters
- receiver
- Type: AGI.Foundation.NavigationGpsReceiver
The GPS receiver to determine link budgets for.
Return Value
Type:
GnssLinkBudgetScalarsCollectionA set of link budget scalars representing all signals the receiver's channels can
track from all satellites.
See Also