casa
$Rev:20696$
|
Test class to read in parallel a MS. More...
#include <ReadMSAlgorithm.h>
Public Member Functions | |
ReadMSAlgorithm () | |
Default constructor and destructor. | |
~ReadMSAlgorithm () | |
void | get () |
Get the input data and parameters from the controller. | |
void | put () |
Return the results to the controller. | |
String & | name () |
Return the name of the algorithm. | |
Private Member Functions | |
void | task () |
Read the MSset. | |
Private Attributes | |
PagedArray< Float > * | model_sl_p |
Local copies of the data and input parameters. | |
Int | msid |
String | myName |
String | msName |
Int | status |
Int | cache_p |
Test class to read in parallel a MS.
Definition at line 41 of file ReadMSAlgorithm.h.
Default constructor and destructor.
void casa::ReadMSAlgorithm::get | ( | ) | [virtual] |
Get the input data and parameters from the controller.
Implements casa::Algorithm.
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 | ( | ) | [private, virtual] |
Read the MSset.
Implements casa::Algorithm.
Int casa::ReadMSAlgorithm::cache_p [private] |
Definition at line 63 of file ReadMSAlgorithm.h.
PagedArray<Float>* casa::ReadMSAlgorithm::model_sl_p [private] |
Local copies of the data and input parameters.
Definition at line 58 of file ReadMSAlgorithm.h.
Int casa::ReadMSAlgorithm::msid [private] |
Definition at line 59 of file ReadMSAlgorithm.h.
String casa::ReadMSAlgorithm::msName [private] |
Definition at line 61 of file ReadMSAlgorithm.h.
String casa::ReadMSAlgorithm::myName [private] |
Definition at line 60 of file ReadMSAlgorithm.h.
Int casa::ReadMSAlgorithm::status [private] |
Definition at line 62 of file ReadMSAlgorithm.h.