GpsCommunicationsNoiseModel Constructor (GpsCommunicationsFrontEnd) |
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 GpsCommunicationsNoiseModel(
GpsCommunicationsFrontEnd frontEnd
)
Public Sub New (
frontEnd As GpsCommunicationsFrontEnd
)
public:
GpsCommunicationsNoiseModel(
GpsCommunicationsFrontEnd^ frontEnd
)
new :
frontEnd : GpsCommunicationsFrontEnd -> GpsCommunicationsNoiseModel
Parameters
- frontEnd
- Type: AGI.Foundation.Navigation.AdvancedGpsCommunicationsFrontEnd
The GpsCommunicationsFrontEnd that provides the necessary communications parameters for this noise model.
See Also