casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes | Friends
asdmbinaries::SDMDataObject::Baseband Class Reference

SDMDataObject::Baseband:: declarations. More...

#include <SDMDataObject.h>

List of all members.

Public Member Functions

 Baseband ()
 An empty constructor.
 ~Baseband ()
 The destructor.
 Baseband (BasebandName name, const vector< SpectralWindow > &spectralWindows)
 The constructor of Baseband.
BasebandName name () const
 Returns the name of the baseband.
const vector< SpectralWindow > & spectralWindows () const
 void ref(BasebandName value);
void spectralWindows (const vector< SpectralWindow > &value)
 Baseband ()
 An empty constructor.
 ~Baseband ()
 The destructor.
 Baseband (BasebandName name, const vector< SpectralWindow > &spectralWindows)
 The constructor of Baseband.
BasebandName name () const
 Returns the name of the baseband.
const vector< SpectralWindow > & spectralWindows () const
 void ref(BasebandName value);
void spectralWindows (const vector< SpectralWindow > &value)

Private Member Functions

void owner (const SDMDataObject *o)
void owner (const SDMDataObject *o)

Private Attributes

BasebandName name_
vector< SpectralWindowspectralWindows_
const SDMDataObjectowner_

Friends

class SDMDataObject
class DataStruct
class HeaderParser

Detailed Description

SDMDataObject::Baseband:: declarations.

A class to describe a baseband in use during an observation.

An instance of this class collects the following informations:

Definition at line 487 of file SDMDataObject.h.


Constructor & Destructor Documentation

An empty constructor.

Note:
This constructor should never be used.

The destructor.

asdmbinaries::SDMDataObject::Baseband::Baseband ( BasebandName  name,
const vector< SpectralWindow > &  spectralWindows 
)

The constructor of Baseband.

An empty constructor.

Note:
This constructor should never be used.

The destructor.

asdmbinaries::SDMDataObject::Baseband::Baseband ( BasebandName  name,
const vector< SpectralWindow > &  spectralWindows 
)

The constructor of Baseband.


Member Function Documentation

Returns the name of the baseband.

Returns:
a BasebandName value.

Returns the name of the baseband.

Returns:
a BasebandName value.

void ref(BasebandName value);

Returns the spectral windows of this baseband.

Returns:
a reference to a vector of SpectralWindow.

void ref(BasebandName value);

Returns the spectral windows of this baseband.

Returns:
a reference to a vector of SpectralWindow.

Friends And Related Function Documentation

DataStruct [friend]

Definition at line 489 of file SDMDataObject.h.

HeaderParser [friend]

Definition at line 490 of file SDMDataObject.h.

SDMDataObject [friend]

Definition at line 488 of file SDMDataObject.h.


Member Data Documentation

Definition at line 493 of file SDMDataObject.h.

Definition at line 496 of file SDMDataObject.h.

Definition at line 494 of file SDMDataObject.h.


The documentation for this class was generated from the following files: