Package | Description |
---|---|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
Modifier and Type | Method and Description |
---|---|
static NavigationSignalTrackingType |
NavigationSignalTrackingType.getDefault()
Get the enum constant that is considered to be the default.
|
static NavigationSignalTrackingType |
NavigationSignalTrackingType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
NavigationSignalTrackingType |
NavigationSignal.getTracking()
Gets this signal's role: as a starting signal in the channel, or a maintaining signal.
|
static NavigationSignalTrackingType |
NavigationSignalTrackingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationSignalTrackingType[] |
NavigationSignalTrackingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NavigationSignalCollection.containsTrackingType(NavigationSignalTrackingType trackingType)
Determines whether the collection contains a
NavigationSignal with the
specified NavigationSignalTrackingType . |
ArrayList<NavigationSignal> |
NavigationSignalCollection.findTrackingType(NavigationSignalTrackingType tracking)
Finds the set of
NavigationSignals in this collection that have the specified tracking type. |
void |
NavigationSignal.setTracking(NavigationSignalTrackingType value)
Sets this signal's role: as a starting signal in the channel, or a maintaining signal.
|
Constructor and Description |
---|
NavigationSignal(NavigationSignalType signalType,
NavigationSignalPriority priority,
NavigationSignalTrackingType tracking,
int satelliteID,
double carrierToNoiseThreshold)
Constructs a trackable signal for a navigation communications front end, specifying all parameters except the link.
|