Package | Description |
---|---|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
Modifier and Type | Method and Description |
---|---|
GpsCommunicationsFrontEnd |
GpsCommunicationsNoiseModel.getFrontEnd()
Gets the
GpsCommunicationsFrontEnd used by this noise model. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
GpsCommunicationsFrontEnd.checkForSameDefinition(GpsCommunicationsFrontEnd other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
GpsCommunicationsNoiseModel.setFrontEnd(GpsCommunicationsFrontEnd value)
Sets the
GpsCommunicationsFrontEnd used by this noise model. |
Constructor and Description |
---|
GpsCommunicationsFrontEnd(GpsCommunicationsFrontEnd existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
GpsCommunicationsNoiseModel(GpsCommunicationsFrontEnd frontEnd)
Creates a new GPS Communications Noise Model, using the
SignalPropagationGraph defined by the GpsCommunicationsFrontEnd . |