NavigationTransmitterExtension Constructor (GpsSignalGeneratorCollection, NavigationBlockType) |
Creates a navigation transmitter, specifying the transmitter collection and the block type of the transmitting satellite.
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 NavigationTransmitterExtension(
GpsSignalGeneratorCollection transmitters,
NavigationBlockType block
)
Public Sub New (
transmitters As GpsSignalGeneratorCollection,
block As NavigationBlockType
)
public:
NavigationTransmitterExtension(
GpsSignalGeneratorCollection^ transmitters,
NavigationBlockType block
)
new :
transmitters : GpsSignalGeneratorCollection *
block : NavigationBlockType -> NavigationTransmitterExtension
Parameters
- transmitters
- Type: AGI.Foundation.Navigation.AdvancedGpsSignalGeneratorCollection
Collection of navigation signal generators this extension will transmit. - block
- Type: AGI.Foundation.NavigationNavigationBlockType
Block of this transmitting satellite.
See Also