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