Click or drag to resize

NavigationSignal Constructor

Constructs a trackable signal for a navigation communications front end, specifying all parameters except the link.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NavigationSignal(
	NavigationSignalType signalType,
	NavigationSignalPriority priority,
	NavigationSignalTrackingType tracking,
	int satelliteID,
	double carrierToNoiseThreshold
)

Parameters

signalType
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalType
The signal type to track.
priority
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalPriority
Priority of this signal, when more than one signal is present.
tracking
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalTrackingType
The tracking type for this signal.
satelliteID
Type: SystemInt32
The ID for the satellite generating this signal. This can be any number, it is replaced by the actual ID when a navigation communications front end is constructed.
carrierToNoiseThreshold
Type: SystemDouble
Value below which this signal cannot be tracked
Remarks
The ChannelLink is set by the GpsCommunicationsFrontEnd, when used in a GpsReceiver.
See Also