casacore
|
Enums for the MeasurementSet FLAG_CMD table. More...
#include <MSFlagCmdEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , APPLIED , COMMAND , INTERVAL , LEVEL , REASON , SEVERITY , TIME , TYPE , NUMBER_REQUIRED_COLUMNS , NUMBER_PREDEFINED_COLUMNS } |
The FLAG_CMD table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet FLAG_CMD table.
Public interface
This class contains the enums for the MeasurementSet FLAG_CMD table
This class does nothing. It is merely a container for the enumerations used by the MSFlagCmd class. These enumerations define the standard columns, keywords.
See the documentation for MeasurementSet for examples on the use of these enumerations.
Definition at line 60 of file MSFlagCmdEnums.h.
The FLAG_CMD table colums with predefined meaning.
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
APPLIED | applied flag - true if flag has been applied to main table |
COMMAND | flag command |
INTERVAL | Time interval |
LEVEL | Flag level - revision |
REASON | Flag reason, user specified |
SEVERITY | severity code (0-10) |
TIME | Midpoint of time interval for which this flag command applies |
TYPE | Flag type: FLAG or UNFLAG |
NUMBER_REQUIRED_COLUMNS | Number of required columns. |
NUMBER_PREDEFINED_COLUMNS | Not a column, but just a final enum specifying the number of enums. |
Definition at line 63 of file MSFlagCmdEnums.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 98 of file MSFlagCmdEnums.h.