Package | Description |
---|---|
agi.foundation.communications.signalprocessing |
Contains types for representing communication hardware and processing electromagnetic signals.
|
Modifier and Type | Class and Description |
---|---|
class |
AvalanchePhotodiode
Represents an Avalanche type photodiode photodetector (APD).
|
class |
PinPhotodiode
Represents a PIN type photodiode photodetector.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
PinPhotodiode.checkForSameDefinition(Photodiode other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
Photodiode.checkForSameDefinition(Photodiode other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
AvalanchePhotodiode.checkForSameDefinition(Photodiode other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
Photodiode(Photodiode existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|