#include <MirVarHandler.h>
Public Member Functions | |
virtual void | updateIntTime (FillMetadata &fm, Double time)=0 |
handle an update to the integration time | |
virtual void | updateObservatory (FillMetadata &fm, Double time)=0 |
handle an update to the observatory | |
virtual void | updateArray (FillMetadata &fm, Double time)=0 |
handle an update to the array configuration | |
virtual void | updatePolSetup (FillMetadata &fm, Double time)=0 |
handle an update to the array configuration | |
virtual void | updateSource (FillMetadata &fm, Double time)=0 |
handle an update to the source | |
virtual void | updateSourceModel (FillMetadata &fm, Double time)=0 |
handle an update to the source model -- dgoscha | |
virtual void | updateField (FillMetadata &fm, Double time)=0 |
handle an update to the observing field | |
virtual void | updateFreqSetup (FillMetadata &fm, Double time)=0 |
handle an update to the frequency setup | |
virtual void | updateTsys (FillMetadata &fm, Double time)=0 |
handle an update to system temperatures | |
Protected Member Functions | |
MirVarHandler () | |
MirVarHandler (MirVarHandler &) |
Definition at line 40 of file MirVarHandler.h.
MirVarHandler::MirVarHandler | ( | ) | [inline, protected] |
Definition at line 42 of file MirVarHandler.h.
MirVarHandler::MirVarHandler | ( | MirVarHandler & | ) | [inline, protected] |
Definition at line 43 of file MirVarHandler.h.
virtual void MirVarHandler::updateArray | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to the array configuration
Implemented in MirFiller.
virtual void MirVarHandler::updateField | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to the observing field
Implemented in MirFiller.
virtual void MirVarHandler::updateFreqSetup | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to the frequency setup
Implemented in MirFiller.
virtual void MirVarHandler::updateIntTime | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to the integration time
Implemented in MirFiller.
virtual void MirVarHandler::updateObservatory | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to the observatory
Implemented in MirFiller.
virtual void MirVarHandler::updatePolSetup | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to the array configuration
Implemented in MirFiller.
virtual void MirVarHandler::updateSource | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to the source
Implemented in MirFiller.
virtual void MirVarHandler::updateSourceModel | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to the source model -- dgoscha
Implemented in MirFiller.
virtual void MirVarHandler::updateTsys | ( | FillMetadata & | fm, | |
Double | time | |||
) | [pure virtual] |
handle an update to system temperatures
Implemented in MirFiller.