casa
5.7.0-16
|
Test class to read in parallel a MS. More...
#include <ReadMSAlgorithm.h>
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::String & | name () |
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 |
Test class to read in parallel a MS.
Definition at line 41 of file ReadMSAlgorithm.h.
casa::ReadMSAlgorithm::ReadMSAlgorithm | ( | ) |
Default constructor and destructor.
casa::ReadMSAlgorithm::~ReadMSAlgorithm | ( | ) |
|
virtual |
Get the input data and parameters from the controller.
Implements casa::Algorithm.
|
virtual |
Return the name of the algorithm.
Implements casa::Algorithm.
|
virtual |
Return the results to the controller.
Implements casa::Algorithm.
|
privatevirtual |
|
private |
Definition at line 61 of file ReadMSAlgorithm.h.
|
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.
|
private |
Definition at line 62 of file ReadMSAlgorithm.h.