|
WSF
|
A 'Table' represents the signature for a given frequency limit. More...
#include <WsfStandardRadarSignature.hpp>
Public Member Functions | |
| Table (double aFrequencyLimit, UtAzElTable *aTablePtr, bool aIsACopy) | |
Public Attributes | |
| double | mFrequencyLimit |
| The upper frequency to which this table applies. | |
| UtAzElTable * | mTablePtr |
| A pointer to the actual table data for this table. | |
| bool | mIsACopy |
A 'Table' represents the signature for a given frequency limit.
| WsfStandardRadarSignature::Table::Table | ( | double | aFrequencyLimit, |
| UtAzElTable * | aTablePtr, | ||
| bool | aIsACopy ) |
Constructor to create a table reference.
| aFrequencyLimit | the maximum frequency to which this table applies. |
| aTablePtr | Pointer to the table data that defines the signature. |
| aIsACopy | If 'false' then the table data is owned by the object. If 'true' then it is owned by some other instance of this object. (This is used to propagate default data to other polarizations). |
References mFrequencyLimit, mIsACopy, and mTablePtr.
| double WsfStandardRadarSignature::Table::mFrequencyLimit |
The upper frequency to which this table applies.
Referenced by Table().
| bool WsfStandardRadarSignature::Table::mIsACopy |
| UtAzElTable* WsfStandardRadarSignature::Table::mTablePtr |
A pointer to the actual table data for this table.
Referenced by Table().