casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
casa::ReadMSAlgorithm Class Reference

Test class to read in parallel a MS. More...

#include <ReadMSAlgorithm.h>

Inheritance diagram for casa::ReadMSAlgorithm:
casa::Algorithm

Public Member Functions

 ReadMSAlgorithm ()
 Default constructor and destructor. More...
 
 ~ReadMSAlgorithm ()
 
void get ()
 Get the input data and parameters from the controller. More...
 
void put ()
 Return the results to the controller. More...
 
casacore::Stringname ()
 Return the name of the algorithm. More...
 
- Public Member Functions inherited from casa::Algorithm
 Algorithm ()
 Default constructor and destructor. More...
 
virtual ~Algorithm ()
 
void apply ()
 Generic apply to execute the parallel task. More...
 

Private Member Functions

void task ()
 casacore::Int cache_p; More...
 

Private Attributes

casacore::String myName
 
Local copies of the data and input parameters

casacore::PagedArray<casacore::Float> *model_sl_p; casacore::Int msid; More...

 
casacore::String msName
 
casacore::Int status
 

Additional Inherited Members

Detailed Description

Test class to read in parallel a MS.

Definition at line 41 of file ReadMSAlgorithm.h.

Constructor & Destructor Documentation

casa::ReadMSAlgorithm::ReadMSAlgorithm ( )

Default constructor and destructor.

casa::ReadMSAlgorithm::~ReadMSAlgorithm ( )

Member Function Documentation

void casa::ReadMSAlgorithm::get ( )
virtual

Get the input data and parameters from the controller.

Implements casa::Algorithm.

casacore::String& casa::ReadMSAlgorithm::name ( )
virtual

Return the name of the algorithm.

Implements casa::Algorithm.

void casa::ReadMSAlgorithm::put ( )
virtual

Return the results to the controller.

Implements casa::Algorithm.

void casa::ReadMSAlgorithm::task ( )
privatevirtual

casacore::Int cache_p;

Read the MSset

Implements casa::Algorithm.

Member Data Documentation

casacore::String casa::ReadMSAlgorithm::msName
private

Definition at line 61 of file ReadMSAlgorithm.h.

casacore::String casa::ReadMSAlgorithm::myName
private

Local copies of the data and input parameters

casacore::PagedArray<casacore::Float> *model_sl_p; casacore::Int msid;

Definition at line 60 of file ReadMSAlgorithm.h.

casacore::Int casa::ReadMSAlgorithm::status
private

Definition at line 62 of file ReadMSAlgorithm.h.


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