casacore
|
#include <SDHistoryHandler.h>
Public Member Functions | |
SDHistoryHandler () | |
default ctor is not attached to a MS and hence is useless until attached More... | |
SDHistoryHandler (MeasurementSet &ms, const Vector< Bool > &handledCols, const Record &row) | |
attach this to a MS - no columns are explicitly handled here More... | |
SDHistoryHandler (const SDHistoryHandler &other) | |
copy ctor More... | |
~SDHistoryHandler () | |
SDHistoryHandler & | operator= (const SDHistoryHandler &other) |
assignment operator, uses copy semantics More... | |
void | attach (MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row) |
attach to a MS More... | |
void | resetRow (const Record &row) |
reset internals given indicated row, use the same MS More... | |
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 More... | |
Private Member Functions | |
void | clearAll () |
cleanup everything More... | |
void | clearRow () |
clean up row-dependent stuff More... | |
void | initAll (MeasurementSet &ms, const Vector< Bool > &handledCols, const Record &row) |
initialize everything More... | |
void | initRow (const Vector< Bool > &handledCols, const Record &row) |
initialize stuff which depends on the row More... | |
Private Attributes | |
MSHistory * | msHis_p |
MSHistoryColumns * | msHisCols_p |
RORecordFieldPtr< String > | timesys_p |
TIMESYS field pointer when available. More... | |
Internal or
Internal
Definition at line 86 of file SDHistoryHandler.h.
casacore::SDHistoryHandler::SDHistoryHandler | ( | ) |
default ctor is not attached to a MS and hence is useless until attached
casacore::SDHistoryHandler::SDHistoryHandler | ( | MeasurementSet & | ms, |
const Vector< Bool > & | handledCols, | ||
const Record & | row | ||
) |
attach this to a MS - no columns are explicitly handled here
casacore::SDHistoryHandler::SDHistoryHandler | ( | const SDHistoryHandler & | other | ) |
copy ctor
|
inline |
Definition at line 98 of file SDHistoryHandler.h.
References clearAll().
void casacore::SDHistoryHandler::attach | ( | MeasurementSet & | ms, |
Vector< Bool > & | handledCols, | ||
const Record & | row | ||
) |
attach to a MS
|
private |
cleanup everything
Referenced by ~SDHistoryHandler().
|
private |
clean up row-dependent stuff
void casacore::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
|
private |
initialize everything
|
private |
initialize stuff which depends on the row
SDHistoryHandler& casacore::SDHistoryHandler::operator= | ( | const SDHistoryHandler & | other | ) |
assignment operator, uses copy semantics
void casacore::SDHistoryHandler::resetRow | ( | const Record & | row | ) |
reset internals given indicated row, use the same MS
|
private |
Definition at line 113 of file SDHistoryHandler.h.
|
private |
Definition at line 114 of file SDHistoryHandler.h.
|
private |
TIMESYS field pointer when available.
Definition at line 117 of file SDHistoryHandler.h.