Package | Description |
---|---|
agi.foundation.communications |
Contains types for representing electromagnetic signals and propagating them along communication links.
|
Modifier and Type | Class and Description |
---|---|
class |
OrthogonalPolarizationChannelIdentifier
Type used to identify the orthogonal polarization channel.
|
class |
PrimaryPolarizationChannelIdentifier
Type used to identify the primary polarization channel.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
SignalChannelIdentifier.checkForSameDefinition(SignalChannelIdentifier other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
PrimaryPolarizationChannelIdentifier.checkForSameDefinition(SignalChannelIdentifier other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
OrthogonalPolarizationChannelIdentifier.checkForSameDefinition(SignalChannelIdentifier other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
SignalChannelIdentifier(SignalChannelIdentifier existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|