casa
5.7.0-16
|
A class to provide easy read-only access to MSHistory columns. More...
#include <MSHistoryColumns.h>
Public Member Functions | |
ROMSHistoryColumns (const MSHistory &msHistory) | |
Create a columns object that accesses the data in the specified Table. More... | |
~ROMSHistoryColumns () | |
The destructor does nothing special. More... | |
const ROScalarColumn< String > & | application () const |
Access to required columns. More... | |
const ROArrayColumn< String > & | appParams () const |
const ROArrayColumn< String > & | cliCommand () const |
const ROScalarColumn< String > & | message () const |
const ROScalarColumn< Int > & | objectId () const |
const ROScalarColumn< Int > & | observationId () const |
const ROScalarColumn< String > & | origin () const |
const ROScalarColumn< String > & | priority () const |
const ROScalarColumn< Double > & | time () const |
const ROScalarQuantColumn < Double > & | timeQuant () const |
const ROScalarMeasColumn < MEpoch > & | timeMeas () const |
uInt | nrow () const |
Convenience function that returns the number of rows in any of the columns. More... | |
Protected Member Functions | |
ROMSHistoryColumns () | |
void | attach (const MSHistory &msHistory) |
Private Member Functions | |
ROMSHistoryColumns (const ROMSHistoryColumns &) | |
ROMSHistoryColumns & | operator= (const ROMSHistoryColumns &) |
Private Attributes | |
ROScalarColumn< String > | application_p |
ROArrayColumn< String > | appParams_p |
ROArrayColumn< String > | cliCommand_p |
ROScalarColumn< String > | message_p |
ROScalarColumn< Int > | objectId_p |
ROScalarColumn< Int > | observationId_p |
ROScalarColumn< String > | origin_p |
ROScalarColumn< String > | priority_p |
ROScalarColumn< Double > | time_p |
ROScalarMeasColumn< MEpoch > | timeMeas_p |
ROScalarQuantColumn< Double > | timeQuant_p |
A class to provide easy read-only access to MSHistory columns.
Public interface
ROMSHistoryColumns stands for Read-Only MeasurementSet History Table columns.
This class provides read-only access to the columns in the MSHistory Table. It does the declaration of all the Scalar and ArrayColumns with the correct types, so the application programmer doesn't have to worry about getting those right. There is an access function for every predefined column. Access to non-predefined columns will still have to be done with explicit declarations. See ROMSColumns for an example.
See MSColumns for the motivation.
Definition at line 76 of file MSHistoryColumns.h.
casacore::ROMSHistoryColumns::ROMSHistoryColumns | ( | const MSHistory & | msHistory | ) |
Create a columns object that accesses the data in the specified Table.
casacore::ROMSHistoryColumns::~ROMSHistoryColumns | ( | ) |
The destructor does nothing special.
|
protected |
|
private |
|
inline |
Access to required columns.
Definition at line 87 of file MSHistoryColumns.h.
References application_p.
Referenced by casacore::MSHistoryColumns::application().
|
inline |
Definition at line 88 of file MSHistoryColumns.h.
References appParams_p.
Referenced by casacore::MSHistoryColumns::appParams().
|
protected |
|
inline |
Definition at line 89 of file MSHistoryColumns.h.
References cliCommand_p.
Referenced by casacore::MSHistoryColumns::cliCommand().
|
inline |
Definition at line 90 of file MSHistoryColumns.h.
References message_p.
Referenced by casacore::MSHistoryColumns::message().
|
inline |
Convenience function that returns the number of rows in any of the columns.
Definition at line 101 of file MSHistoryColumns.h.
References application_p.
|
inline |
Definition at line 91 of file MSHistoryColumns.h.
References objectId_p.
Referenced by casacore::MSHistoryColumns::objectId().
|
inline |
Definition at line 92 of file MSHistoryColumns.h.
References observationId_p.
Referenced by casacore::MSHistoryColumns::observationId().
|
private |
|
inline |
Definition at line 93 of file MSHistoryColumns.h.
References origin_p.
Referenced by casacore::MSHistoryColumns::origin().
|
inline |
Definition at line 94 of file MSHistoryColumns.h.
References priority_p.
Referenced by casacore::MSHistoryColumns::priority().
|
inline |
Definition at line 95 of file MSHistoryColumns.h.
References time_p.
Referenced by casacore::MSHistoryColumns::time().
|
inline |
Definition at line 97 of file MSHistoryColumns.h.
References timeMeas_p.
Referenced by casacore::MSHistoryColumns::timeMeas().
|
inline |
Definition at line 96 of file MSHistoryColumns.h.
References timeQuant_p.
Referenced by casacore::MSHistoryColumns::timeQuant().
|
private |
Definition at line 118 of file MSHistoryColumns.h.
Referenced by application(), and nrow().
|
private |
Definition at line 119 of file MSHistoryColumns.h.
Referenced by appParams().
|
private |
Definition at line 120 of file MSHistoryColumns.h.
Referenced by cliCommand().
|
private |
Definition at line 121 of file MSHistoryColumns.h.
Referenced by message().
|
private |
Definition at line 122 of file MSHistoryColumns.h.
Referenced by objectId().
|
private |
Definition at line 123 of file MSHistoryColumns.h.
Referenced by observationId().
|
private |
Definition at line 124 of file MSHistoryColumns.h.
Referenced by origin().
|
private |
Definition at line 125 of file MSHistoryColumns.h.
Referenced by priority().
|
private |
Definition at line 126 of file MSHistoryColumns.h.
Referenced by time().
|
private |
Definition at line 129 of file MSHistoryColumns.h.
Referenced by timeMeas().
|
private |
Definition at line 132 of file MSHistoryColumns.h.
Referenced by timeQuant().