casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Static Private Attributes | List of all members
casacore::MSCorrParse Class Reference

Class to hold values from UV dist grammar parser. More...

#include <MSCorrParse.h>

Inheritance diagram for casacore::MSCorrParse:
casacore::MSParse

Public Member Functions

 MSCorrParse ()
 Default constructor. More...
 
 MSCorrParse (const MeasurementSet *ms)
 Associate the ms and the shorthand. More...
 
const TableExprNodeselectCorrType (const String &corrType)
 ~MSCorrParse() {if (node_p) delete node_p;node_p=0x0;} MS selection More...
 
- Public Member Functions inherited from casacore::MSParse
 MSParse ()
 Default constructor for List container class. More...
 
 MSParse (const MSParse &)
 Copy constructor (copy semantics). More...
 
 ~MSParse ()
 
MSParseoperator= (const MSParse &)
 Assignment (copy semantics). More...
 
 MSParse (const MeasurementSet *ms, const String &shorthand)
 Associate the ms and the shorthand. More...
 
 MSParse (const MSSelectableTable *ms, const String &shorthand)
 Associate the ms and the shorthand. More...
 
Bool test (const String &shortHand) const
 Test if shorthand matches. More...
 
Stringshorthand ()
 Get the shorthand. More...
 
MeasurementSetms ()
 Get ms object. More...
 
MSSelectableTablemsInterface ()
 Get ms object. More...
 
void setMS (MeasurementSet *ms)
 
void setMSInterface (MSSelectableTable *msI)
 
void addCondition (TableExprNode &target, TableExprNode &source)
 

Static Public Member Functions

static const TableExprNodenode ()
 Get table expression node object. More...
 
static void cleanup ()
 

Static Private Attributes

static TableExprNodenode_p
 

Additional Inherited Members

- Static Public Attributes inherited from casacore::MSParse
static MeasurementSetms_p
 
static MSSelectableTablemsInterface_p
 

Detailed Description

Class to hold values from UV dist grammar parser.

Intended use:

Internal

Etymology

MSCorrParse is the class used to parse a corr command.

Synopsis

MSCorrParse is used by the parser of UV dist sub-expression statements. The parser is written in Bison and Flex in files MSCorrGram.y and.l. The statements in there use the routines in this file to act upon a reduced rule. Since multiple tables can be given (with a shorthand), the table names are stored in a list. The variable names can be qualified by the table name and will be looked up in the appropriate table.

The class MSCorrParse only contains information about a table used in the table command. Global variables (like a list and a vector) are used in MSCorrParse.cc to hold further information.

Global functions are used to operate on the information. The main function is the global function msCorrCommand. It executes the given STaQL command and returns the resulting ms. This is, in fact, the only function to be used by a user.

Motivation

It is necessary to be able to give a ms command in ASCII. This can be used in a CLI or in the table browser to get a subset of a table or to sort a table.

Definition at line 86 of file MSCorrParse.h.

Constructor & Destructor Documentation

casacore::MSCorrParse::MSCorrParse ( )

Default constructor.

casacore::MSCorrParse::MSCorrParse ( const MeasurementSet ms)

Associate the ms and the shorthand.

Member Function Documentation

static void casacore::MSCorrParse::cleanup ( )
inlinestatic

Definition at line 102 of file MSCorrParse.h.

References node_p.

static const TableExprNode* casacore::MSCorrParse::node ( )
static

Get table expression node object.

const TableExprNode* casacore::MSCorrParse::selectCorrType ( const String corrType)

~MSCorrParse() {if (node_p) delete node_p;node_p=0x0;} MS selection

Member Data Documentation

TableExprNode* casacore::MSCorrParse::node_p
staticprivate

Definition at line 105 of file MSCorrParse.h.

Referenced by cleanup().


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