MSSysCalIndex.h

Classes

MSSysCalIndex -- (full description)

class MSSysCalIndex : public MSTableIndex

Interface

Public Members
MSSysCalIndex()
MSSysCalIndex(const MSSysCal &sysCal)
MSSysCalIndex(const MSSysCalIndex &other)
virtual ~MSSysCalIndex()
MSSysCalIndex &operator=(const MSSysCalIndex &other)
void attach(const MSSysCal &sysCal)
Int &antennaId()
Int &feedId()
Int &spectralWindowId()
Private Members
void attachIds()

Description

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

Member Description

MSSysCalIndex()

no index attached, use the attach function or assignment operator to change that

MSSysCalIndex(const MSSysCal &sysCal)

construct one using the indicated SYSCAL table

MSSysCalIndex(const MSSysCalIndex &other)

construct one from another

virtual ~MSSysCalIndex()

MSSysCalIndex &operator=(const MSSysCalIndex &other)

void attach(const MSSysCal &sysCal)

Int &antennaId()

access to the antenna ID key, throws an exception if isNull() is False

Int &feedId()

access to the feed ID key, throws an exception if isNull() is False

Int &spectralWindowId()

access to the spectral window ID key, throws an exception if isNull() is False

void attachIds()