casacore
|
Enums for the MeasurementSet PROCESSER table. More...
#include <MSProcessorEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN, FLAG_ROW, MODE_ID, TYPE, TYPE_ID, SUB_TYPE, NUMBER_REQUIRED_COLUMNS, PASS_ID, NUMBER_PREDEFINED_COLUMNS } |
The PROCESSOR table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD, NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet PROCESSER table.
Public interface
This class contains the enums for the MeasurementSet PROCESSOR table
This class does nothing. It is merely a container for the enumerations used by the MSProcessor class. These enumerations define the standard columns and keywords.
See the documentation for MeasurementSet for examples on the use of these enumerations.
Definition at line 60 of file MSProcessorEnums.h.
The PROCESSOR table colums with predefined meaning.
Keys: PROCESSOR_ID is rownumber
Enumerator | |
---|---|
UNDEFINED_COLUMN |
"True" columns are defined.
|
FLAG_ROW |
Row flag |
MODE_ID |
Processor mode id |
TYPE |
The Processor type |
TYPE_ID |
Processor type id - points to subtype_type subtable |
SUB_TYPE |
Processor sub type |
NUMBER_REQUIRED_COLUMNS |
Number of required columns |
PASS_ID |
Processor pass number |
NUMBER_PREDEFINED_COLUMNS |
Not a column, but just a final enum specifying the number of enums. |
Definition at line 64 of file MSProcessorEnums.h.
Keywords with a predefined meaning.
Enumerator | |
---|---|
UNDEFINED_KEYWORD |
"True" keywords are defined. |
NUMBER_PREDEFINED_KEYWORDS |
Not a keyword, but just a final enum specifying the number of enums. |
Definition at line 93 of file MSProcessorEnums.h.