28 #ifndef MS_MSHISTORYCOLUMNS_H 29 #define MS_MSHISTORYCOLUMNS_H 31 #include <casacore/casa/aips.h> 32 #include <casacore/measures/Measures/MEpoch.h> 33 #include <casacore/measures/Measures/MCEpoch.h> 34 #include <casacore/tables/Tables/ScalarColumn.h> 35 #include <casacore/tables/Tables/ArrayColumn.h> 36 #include <casacore/measures/TableMeasures/ScalarMeasColumn.h> 37 #include <casacore/measures/TableMeasures/ScalarQuantColumn.h> 38 #include <casacore/casa/BasicSL/String.h> A Table intended to hold a MeasurementSet OBSERVATIONLOG table.
void attach(const MSHistory &msHistory)
void setEpochRef(MEpoch::Types ref, Bool tableMustBeEmpty=True)
set the epoch type for the TIME column.
~MSHistoryColumns()
The destructor does nothing special.
ScalarColumn< String > & origin()
ScalarMeasColumn< MEpoch > timeMeas_p
const ScalarColumn< Int > & observationId() const
const ScalarColumn< Double > & time() const
ScalarQuantColumn< Double > timeQuant_p
ArrayColumn< String > & appParams()
MSHistoryColumns ROMSHistoryColumns
ScalarColumn< String > message_p
const ScalarQuantColumn< Double > & timeQuant() const
A class to provide easy access to MSHistory columns.
ScalarColumn< String > & application()
Access to required columns.
const ScalarColumn< String > & origin() const
ScalarColumn< String > & message()
ScalarColumn< String > application_p
ScalarColumn< String > & priority()
ScalarColumn< Double > time_p
ScalarMeasColumn< MEpoch > & timeMeas()
const ScalarColumn< String > & priority() const
ScalarColumn< String > priority_p
const ScalarColumn< Int > & objectId() const
bool Bool
Define the standard types used by Casacore.
Read and write access to an array table column with arbitrary data type.
ArrayColumn< String > & cliCommand()
ScalarColumn< Int > objectId_p
MSHistoryColumns & operator=(const MSHistoryColumns &)
ScalarColumn< Int > observationId_p
const ArrayColumn< String > & cliCommand() const
const ScalarMeasColumn< MEpoch > & timeMeas() const
const ScalarColumn< String > & application() const
Const access to required columns.
ScalarColumn< Int > & objectId()
const ScalarColumn< String > & message() const
Access to a scalar table column with arbitrary data type.
Types
Types of known MEpochs Caution: The order defines the order in the translation matrix in the MCEpoch...
ScalarQuantColumn< Double > & timeQuant()
uInt nrow() const
Convenience function that returns the number of rows in any of the columns.
this file contains all the compiler specific defines
const ArrayColumn< String > & appParams() const
ArrayColumn< String > appParams_p
ScalarColumn< Int > & observationId()
ScalarColumn< String > origin_p
ScalarColumn< Double > & time()
ArrayColumn< String > cliCommand_p