casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
MirVarHandler Class Referenceabstract

#include <MirVarHandler.h>

Inheritance diagram for MirVarHandler:
MirFiller

Public Member Functions

virtual void updateIntTime (FillMetadata &fm, casacore::Double time)=0
 handle an update to the integration time More...
 
virtual void updateObservatory (FillMetadata &fm, casacore::Double time)=0
 handle an update to the observatory More...
 
virtual void updateArray (FillMetadata &fm, casacore::Double time)=0
 handle an update to the array configuration More...
 
virtual void updatePolSetup (FillMetadata &fm, casacore::Double time)=0
 handle an update to the array configuration More...
 
virtual void updateSource (FillMetadata &fm, casacore::Double time)=0
 handle an update to the source More...
 
virtual void updateSourceModel (FillMetadata &fm, casacore::Double time)=0
 handle an update to the source model – dgoscha More...
 
virtual void updateField (FillMetadata &fm, casacore::Double time)=0
 handle an update to the observing field More...
 
virtual void updateFreqSetup (FillMetadata &fm, casacore::Double time)=0
 handle an update to the frequency setup More...
 
virtual void updateTsys (FillMetadata &fm, casacore::Double time)=0
 handle an update to system temperatures More...
 

Protected Member Functions

 MirVarHandler ()
 
 MirVarHandler (MirVarHandler &)
 

Detailed Description

Definition at line 40 of file MirVarHandler.h.

Constructor & Destructor Documentation

MirVarHandler::MirVarHandler ( )
inlineprotected

Definition at line 42 of file MirVarHandler.h.

MirVarHandler::MirVarHandler ( MirVarHandler )
inlineprotected

Definition at line 43 of file MirVarHandler.h.

Member Function Documentation

virtual void MirVarHandler::updateArray ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to the array configuration

Implemented in MirFiller.

virtual void MirVarHandler::updateField ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to the observing field

Implemented in MirFiller.

virtual void MirVarHandler::updateFreqSetup ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to the frequency setup

Implemented in MirFiller.

virtual void MirVarHandler::updateIntTime ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to the integration time

Implemented in MirFiller.

virtual void MirVarHandler::updateObservatory ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to the observatory

Implemented in MirFiller.

virtual void MirVarHandler::updatePolSetup ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to the array configuration

Implemented in MirFiller.

virtual void MirVarHandler::updateSource ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to the source

Implemented in MirFiller.

virtual void MirVarHandler::updateSourceModel ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to the source model – dgoscha

Implemented in MirFiller.

virtual void MirVarHandler::updateTsys ( FillMetadata fm,
casacore::Double  time 
)
pure virtual

handle an update to system temperatures

Implemented in MirFiller.


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