casa
$Rev:20696$
|
#include <SDHistoryHandler.h>
Public Member Functions | |
SDHistoryHandler () | |
default ctor is not attached to a MS and hence is useless until attached | |
SDHistoryHandler (MeasurementSet &ms, const Vector< Bool > &handledCols, const Record &row) | |
attach this to a MS - no columns are explicitly handled here | |
SDHistoryHandler (const SDHistoryHandler &other) | |
copy ctor | |
~SDHistoryHandler () | |
SDHistoryHandler & | operator= (const SDHistoryHandler &other) |
assignment operator, uses copy semantics | |
void | attach (MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row) |
attach to a MS | |
void | resetRow (const Record &row) |
reset internals given indicated row, use the same MS | |
void | fill (const Record &row, Int observationId, const String &message, const String &priority) |
fill - a new row is added on each call, the message time stamp is the current time | |
Private Member Functions | |
void | clearAll () |
cleanup everything | |
void | clearRow () |
clean up row-dependent stuff | |
void | initAll (MeasurementSet &ms, const Vector< Bool > &handledCols, const Record &row) |
initialize everything | |
void | initRow (const Vector< Bool > &handledCols, const Record &row) |
initialize stuff which depends on the row | |
Private Attributes | |
MSHistory * | msHis_p |
MSHistoryColumns * | msHisCols_p |
RORecordFieldPtr< String > | timesys_p |
TIMESYS field pointer when available. |
Internal or
Internal
<h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl>
Definition at line 86 of file SDHistoryHandler.h.
default ctor is not attached to a MS and hence is useless until attached
casa::SDHistoryHandler::SDHistoryHandler | ( | MeasurementSet & | ms, |
const Vector< Bool > & | handledCols, | ||
const Record & | row | ||
) |
attach this to a MS - no columns are explicitly handled here
casa::SDHistoryHandler::SDHistoryHandler | ( | const SDHistoryHandler & | other | ) |
copy ctor
casa::SDHistoryHandler::~SDHistoryHandler | ( | ) | [inline] |
Definition at line 98 of file SDHistoryHandler.h.
References clearAll().
void casa::SDHistoryHandler::attach | ( | MeasurementSet & | ms, |
Vector< Bool > & | handledCols, | ||
const Record & | row | ||
) |
attach to a MS
void casa::SDHistoryHandler::clearAll | ( | ) | [private] |
cleanup everything
Referenced by ~SDHistoryHandler().
void casa::SDHistoryHandler::clearRow | ( | ) | [private] |
clean up row-dependent stuff
void casa::SDHistoryHandler::fill | ( | const Record & | row, |
Int | observationId, | ||
const String & | message, | ||
const String & | priority | ||
) |
fill - a new row is added on each call, the message time stamp is the current time
void casa::SDHistoryHandler::initAll | ( | MeasurementSet & | ms, |
const Vector< Bool > & | handledCols, | ||
const Record & | row | ||
) | [private] |
initialize everything
void casa::SDHistoryHandler::initRow | ( | const Vector< Bool > & | handledCols, |
const Record & | row | ||
) | [private] |
initialize stuff which depends on the row
SDHistoryHandler& casa::SDHistoryHandler::operator= | ( | const SDHistoryHandler & | other | ) |
assignment operator, uses copy semantics
void casa::SDHistoryHandler::resetRow | ( | const Record & | row | ) |
reset internals given indicated row, use the same MS
MSHistory* casa::SDHistoryHandler::msHis_p [private] |
Definition at line 113 of file SDHistoryHandler.h.
Definition at line 114 of file SDHistoryHandler.h.
TIMESYS field pointer when available.
Definition at line 117 of file SDHistoryHandler.h.