casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
casa::sdfiller::ProcessorRecord Struct Reference

#include <ProcessorRecord.h>

Public Types

typedef casacore::MSProcessor AssociatingTable
 
typedef
casacore::MSProcessorColumns 
AssociatingColumns
 

Public Member Functions

void clear ()
 method More...
 
ProcessorRecordoperator= (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
 

Detailed Description

Definition at line 18 of file ProcessorRecord.h.

Member Typedef Documentation

Definition at line 20 of file ProcessorRecord.h.

Definition at line 19 of file ProcessorRecord.h.

Member Function Documentation

void casa::sdfiller::ProcessorRecord::add ( AssociatingTable table,
AssociatingColumns  
)
inline

Definition at line 44 of file ProcessorRecord.h.

References casacore::Table::addRow().

void casa::sdfiller::ProcessorRecord::clear ( )
inline

method

Definition at line 29 of file ProcessorRecord.h.

References mode_id, sub_type, type, and type_id.

casacore::Bool casa::sdfiller::ProcessorRecord::fill ( casacore::uInt  irow,
AssociatingColumns columns 
)
inline
ProcessorRecord& casa::sdfiller::ProcessorRecord::operator= ( ProcessorRecord const &  other)
inline

Definition at line 36 of file ProcessorRecord.h.

References mode_id, sub_type, type, and type_id.

Member Data Documentation

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=().


The documentation for this struct was generated from the following file: