casa
5.7.0-16
|
#include <ProcessorRecord.h>
Public Types | |
typedef casacore::MSProcessor | AssociatingTable |
typedef casacore::MSProcessorColumns | AssociatingColumns |
Public Member Functions | |
void | clear () |
method More... | |
ProcessorRecord & | operator= (ProcessorRecord const &other) |
void | add (AssociatingTable &table, AssociatingColumns &) |
casacore::Bool | fill (casacore::uInt irow, AssociatingColumns &columns) |
Public Attributes | |
casacore::String | type |
mandatory More... | |
casacore::String | sub_type |
casacore::Int | type_id |
casacore::Int | mode_id |
Definition at line 18 of file ProcessorRecord.h.
Definition at line 20 of file ProcessorRecord.h.
Definition at line 19 of file ProcessorRecord.h.
|
inline |
Definition at line 44 of file ProcessorRecord.h.
References casacore::Table::addRow().
|
inline |
|
inline |
Definition at line 48 of file ProcessorRecord.h.
References mode_id, casacore::MSProcessorColumns::modeId(), casacore::ROMSProcessorColumns::nrow(), casacore::ScalarColumn< T >::put(), sub_type, casacore::MSProcessorColumns::subType(), type, casacore::MSProcessorColumns::type(), type_id, and casacore::MSProcessorColumns::typeId().
|
inline |
casacore::Int casa::sdfiller::ProcessorRecord::mode_id |
Definition at line 26 of file ProcessorRecord.h.
Referenced by clear(), fill(), and operator=().
casacore::String casa::sdfiller::ProcessorRecord::sub_type |
Definition at line 24 of file ProcessorRecord.h.
Referenced by clear(), fill(), and operator=().
casacore::String casa::sdfiller::ProcessorRecord::type |
mandatory
Definition at line 23 of file ProcessorRecord.h.
Referenced by clear(), fill(), and operator=().
casacore::Int casa::sdfiller::ProcessorRecord::type_id |
Definition at line 25 of file ProcessorRecord.h.
Referenced by clear(), fill(), and operator=().