| Package | Description |
|---|---|
| agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
| Modifier and Type | Method and Description |
|---|---|
NavigationReceiverChannelCollection |
INavigationCommunicationsService.getReceiverChannels()
Gets the collection of channels in a GpsCommunicationsFrontEnd.
|
NavigationReceiverChannelCollection |
GpsCommunicationsFrontEnd.getReceiverChannels()
Gets the collection of
NavigationReceiverChannels
used in this receiver. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NavigationReceiverChannelCollection.checkForSameDefinition(NavigationReceiverChannelCollection other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
| Constructor and Description |
|---|
NavigationReceiverChannelCollection(NavigationReceiverChannelCollection existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|