Package | Description |
---|---|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
Modifier and Type | Method and Description |
---|---|
NavigationSignalCollection |
NavigationReceiverChannel.getNavigationSignals()
Gets the set of navigation signals on this channel.
|
NavigationSignalCollection |
GpsCommunicationsFrontEnd.getSignalsToTrack()
Gets a collection of
NavigationSignals
that define what each NavigationReceiverChannel will track. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NavigationSignalCollection.checkForSameDefinition(NavigationSignalCollection other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
GpsCommunicationsFrontEnd(PlatformCollection gpsConstellation,
NavigationSignalCollection signalsToTrack,
List<SignalPropagationModel> signalPropagationModels,
Point location,
Axes orientation)
Creates a front end for a
GpsReceiver that can be used to model communications between GPS satellites and
the GpsReceiver . |
NavigationSignalCollection(NavigationSignalCollection existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|