#include <MSHistoryColumns.h>
Inheritance diagram for casa::ROMSHistoryColumns:

Part of API
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 75 of file MSHistoryColumns.h.
| casa::ROMSHistoryColumns::ROMSHistoryColumns | ( | const MSHistory & | msHistory | ) |
Create a columns object that accesses the data in the specified Table.
| casa::ROMSHistoryColumns::~ROMSHistoryColumns | ( | ) |
The destructor does nothing special.
| casa::ROMSHistoryColumns::ROMSHistoryColumns | ( | ) | [protected] |
| casa::ROMSHistoryColumns::ROMSHistoryColumns | ( | const ROMSHistoryColumns & | ) | [private] |
| const ROScalarColumn<String>& casa::ROMSHistoryColumns::application | ( | ) | const [inline] |
Access to required columns.
Definition at line 86 of file MSHistoryColumns.h.
References application_p.
Referenced by casa::MSHistoryColumns::application().
| const ROArrayColumn<String>& casa::ROMSHistoryColumns::appParams | ( | ) | const [inline] |
Definition at line 87 of file MSHistoryColumns.h.
References appParams_p.
Referenced by casa::MSHistoryColumns::appParams().
| const ROArrayColumn<String>& casa::ROMSHistoryColumns::cliCommand | ( | ) | const [inline] |
Definition at line 88 of file MSHistoryColumns.h.
References cliCommand_p.
Referenced by casa::MSHistoryColumns::cliCommand().
| const ROScalarColumn<String>& casa::ROMSHistoryColumns::message | ( | ) | const [inline] |
Definition at line 89 of file MSHistoryColumns.h.
References message_p.
Referenced by casa::MSHistoryColumns::message().
| const ROScalarColumn<Int>& casa::ROMSHistoryColumns::objectId | ( | ) | const [inline] |
Definition at line 90 of file MSHistoryColumns.h.
References objectId_p.
Referenced by casa::MSHistoryColumns::objectId().
| const ROScalarColumn<Int>& casa::ROMSHistoryColumns::observationId | ( | ) | const [inline] |
Definition at line 91 of file MSHistoryColumns.h.
References observationId_p.
Referenced by casa::MSHistoryColumns::observationId().
| const ROScalarColumn<String>& casa::ROMSHistoryColumns::origin | ( | ) | const [inline] |
Definition at line 92 of file MSHistoryColumns.h.
References origin_p.
Referenced by casa::MSHistoryColumns::origin().
| const ROScalarColumn<String>& casa::ROMSHistoryColumns::priority | ( | ) | const [inline] |
Definition at line 93 of file MSHistoryColumns.h.
References priority_p.
Referenced by casa::MSHistoryColumns::priority().
| const ROScalarColumn<Double>& casa::ROMSHistoryColumns::time | ( | ) | const [inline] |
| const ROScalarQuantColumn<Double>& casa::ROMSHistoryColumns::timeQuant | ( | ) | const [inline] |
Definition at line 95 of file MSHistoryColumns.h.
References timeQuant_p.
Referenced by casa::MSHistoryColumns::timeQuant().
| const ROScalarMeasColumn<MEpoch>& casa::ROMSHistoryColumns::timeMeas | ( | ) | const [inline] |
Definition at line 96 of file MSHistoryColumns.h.
References timeMeas_p.
Referenced by casa::MSHistoryColumns::timeMeas().
| uInt casa::ROMSHistoryColumns::nrow | ( | ) | const [inline] |
Convenience function that returns the number of rows in any of the columns.
Definition at line 100 of file MSHistoryColumns.h.
References application_p.
| void casa::ROMSHistoryColumns::attach | ( | const MSHistory & | msHistory | ) | [protected] |
| ROMSHistoryColumns& casa::ROMSHistoryColumns::operator= | ( | const ROMSHistoryColumns & | ) | [private] |
ROScalarColumn<Double> casa::ROMSHistoryColumns::time_p [private] |
1.5.1