SDMDataObject::Baseband:: declarations.
More...
#include <SDMDataObject.h>
SDMDataObject::Baseband:: declarations.
A class to describe a baseband in use during an observation.
An instance of this class collects the following informations:
-
possibly a name (ref()).
-
the description of one or many spectral windows (spectralWindows()).
Definition at line 478 of file SDMDataObject.h.
asdmbinaries::SDMDataObject::Baseband::Baseband |
( |
| ) |
|
An empty constructor.
- Note
- This constructor should never be used.
asdmbinaries::SDMDataObject::Baseband::~Baseband |
( |
| ) |
|
asdmbinaries::SDMDataObject::Baseband::Baseband |
( |
BasebandNameMod::BasebandName |
name, |
|
|
const std::vector< SpectralWindow > & |
spectralWindows |
|
) |
| |
BasebandNameMod::BasebandName asdmbinaries::SDMDataObject::Baseband::name |
( |
| ) |
const |
Returns the name of the baseband.
- Returns
- a BasebandName value.
void asdmbinaries::SDMDataObject::Baseband::owner |
( |
const SDMDataObject * |
o | ) |
|
|
private |
const std::vector<SpectralWindow>& asdmbinaries::SDMDataObject::Baseband::spectralWindows |
( |
| ) |
const |
void ref(BasebandName value);
Returns the spectral windows of this baseband.
- Returns
- a reference to a vector of SpectralWindow.
void asdmbinaries::SDMDataObject::Baseband::spectralWindows |
( |
const std::vector< SpectralWindow > & |
value | ) |
|
BasebandNameMod::BasebandName asdmbinaries::SDMDataObject::Baseband::name_ |
|
private |
const SDMDataObject* asdmbinaries::SDMDataObject::Baseband::owner_ |
|
private |
std::vector<SpectralWindow> asdmbinaries::SDMDataObject::Baseband::spectralWindows_ |
|
private |
The documentation for this class was generated from the following file: