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: 24.1.418.0 (24.1.418.0)
Syntax
public GpsSignalGenerator(
	NavigationSignalType signalType,
	ComplexDigitalTransmitter transmitter
)

Parameters

signalType
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalType
The type of signal the transmitter will generate.
transmitter
Type: AGI.Foundation.CommunicationsComplexDigitalTransmitter
The navigation signal generator.
See Also