Click or drag to resize

GpsSignalGenerator Constructor (NavigationSignalType, ComplexDigitalTransmitter)

Creates a new instance with the specified signalType and transmitter.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public GpsSignalGenerator(
	NavigationSignalType signalType,
	ComplexDigitalTransmitter transmitter
)

Parameters

signalType
Type: AGI.Foundation.Navigation.Advanced.NavigationSignalType
The type of signal the transmitter will generate.
transmitter
Type: AGI.Foundation.Communications.ComplexDigitalTransmitter
The navigation signal generator.
See Also