GpsCommunicationsNoiseModel Constructor (GpsCommunicationsFrontEnd) |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic GpsCommunicationsNoiseModel(
GpsCommunicationsFrontEnd frontEnd
)
Public Sub New (
frontEnd As GpsCommunicationsFrontEnd
)
public:
GpsCommunicationsNoiseModel(
GpsCommunicationsFrontEnd^ frontEnd
)
new :
frontEnd : GpsCommunicationsFrontEnd -> GpsCommunicationsNoiseModelParameters
- frontEnd
- Type: AGI.Foundation.Navigation.AdvancedGpsCommunicationsFrontEnd
The GpsCommunicationsFrontEnd that provides the necessary communications parameters for this noise model.
See Also