Click or drag to resize

GpsCommunicationsFrontEnd Constructor (PlatformCollection, GpsSignalConfiguration, Point, Axes)

Creates a front end for a GpsReceiver that can be used to model communications between GPS satellites and the GpsReceiver, using a predefined receiver signal configuration.

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 GpsCommunicationsFrontEnd(
	PlatformCollection gpsConstellation,
	GpsSignalConfiguration signalConfiguration,
	Point location,
	Axes orientation
)

Parameters

gpsConstellation
Type: AGI.Foundation.PlatformsPlatformCollection
The PlatformCollection of GPS satellites created from one of the GpsCommunicationsConstellation methods.
signalConfiguration
Type: AGI.Foundation.Navigation.AdvancedGpsSignalConfiguration
The GPS signal configuration for this receiver.
location
Type: AGI.Foundation.GeometryPoint
A Point describing the position of the GpsReceiver over time.
orientation
Type: AGI.Foundation.GeometryAxes
An Axes describing the orientation of the GpsReceiver over time.
Remarks

The GpsSignalConfiguration is used to add specific NavigationSignal to each NavigationReceiverChannel in the NavigationReceiverChannelCollection for this front end.

Default values are set for the parameters on this front end. See the Programmer's Guide in the documentation for more information.

The following signal propagation models are added to the front end (in order):

See Also