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::AntennaRecord Struct Reference

#include <AntennaRecord.h>

Public Types

typedef casacore::MSAntenna AssociatingTable
 
typedef casacore::MSAntennaColumns AssociatingColumns
 

Public Member Functions

void clear ()
 method More...
 
AntennaRecordoperator= (AntennaRecord const &other)
 
void add (AssociatingTable &table, AssociatingColumns &)
 
casacore::Bool fill (casacore::uInt irow, AssociatingColumns &columns)
 

Public Attributes

casacore::String name
 mandatory More...
 
casacore::MPosition position
 
casacore::String type
 
casacore::String mount
 
casacore::Double dish_diameter
 
casacore::String station
 optional More...
 
casacore::MPosition offset
 

Detailed Description

Definition at line 19 of file AntennaRecord.h.

Member Typedef Documentation

Definition at line 21 of file AntennaRecord.h.

Definition at line 20 of file AntennaRecord.h.

Member Function Documentation

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

Definition at line 56 of file AntennaRecord.h.

References casacore::Table::addRow().

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

method

Definition at line 35 of file AntennaRecord.h.

References dish_diameter, mount, name, offset, position, station, and type.

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

Definition at line 45 of file AntennaRecord.h.

References dish_diameter, mount, name, offset, position, station, and type.

Member Data Documentation

casacore::Double casa::sdfiller::AntennaRecord::dish_diameter

Definition at line 28 of file AntennaRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::String casa::sdfiller::AntennaRecord::mount

Definition at line 27 of file AntennaRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::String casa::sdfiller::AntennaRecord::name

mandatory

Definition at line 24 of file AntennaRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::MPosition casa::sdfiller::AntennaRecord::offset

Definition at line 32 of file AntennaRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::MPosition casa::sdfiller::AntennaRecord::position

Definition at line 25 of file AntennaRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::String casa::sdfiller::AntennaRecord::station

optional

Definition at line 31 of file AntennaRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::String casa::sdfiller::AntennaRecord::type

Definition at line 26 of file AntennaRecord.h.

Referenced by clear(), fill(), and operator=().


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