Package | Description |
---|---|
agi.foundation.communications |
Contains types for representing electromagnetic signals and propagating them along communication links.
|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
Modifier and Type | Method and Description |
---|---|
ComplexDigitalTransmitter |
SimpleDigitalTransmitter.toComplexDigitalTransmitter()
Converts this digital transmitter to an equivalent
ComplexDigitalTransmitter . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ComplexDigitalTransmitter.checkForSameDefinition(ComplexDigitalTransmitter other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
ComplexDigitalTransmitter(ComplexDigitalTransmitter existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
ComplexDigitalTransmitter |
GpsSignalGenerator.getSignalTransmitter()
Gets the navigation signal transmitter for this generator.
|
Modifier and Type | Method and Description |
---|---|
void |
GpsSignalGenerator.setSignalTransmitter(ComplexDigitalTransmitter value)
Sets the navigation signal transmitter for this generator.
|
Constructor and Description |
---|
GpsSignalGenerator(NavigationSignalType signalType,
ComplexDigitalTransmitter transmitter)
Creates a new instance with the specified
signalType and transmitter . |