casacore
|
Enums for the MeasurementSet HISTORY table. More...
#include <MSHistoryEnums.h>
Public Types | |
enum | PredefinedColumns { UNDEFINED_COLUMN , APPLICATION , APP_PARAMS , CLI_COMMAND , MESSAGE , OBJECT_ID , OBSERVATION_ID , ORIGIN , PRIORITY , TIME , NUMBER_REQUIRED_COLUMNS , NUMBER_PREDEFINED_COLUMNS } |
The HISTORY table colums with predefined meaning. More... | |
enum | PredefinedKeywords { UNDEFINED_KEYWORD , NUMBER_PREDEFINED_KEYWORDS } |
Keywords with a predefined meaning. More... | |
Enums for the MeasurementSet HISTORY table.
Public interface
This class contains the enums for the MeasurementSet HISTORY table
This class does nothing. It is merely a container for the enumerations used by the MSHistory 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 MSHistoryEnums.h.
The HISTORY table colums with predefined meaning.
Keys: TIME, OBSERVATION_ID
Enumerator | |
---|---|
UNDEFINED_COLUMN | "True" columns are defined.
|
APPLICATION | Application name |
APP_PARAMS | Application parameters |
CLI_COMMAND | CLI command sequence |
MESSAGE | |
OBJECT_ID | Originating object ID |
OBSERVATION_ID | Observation id (index in OBSERVATION table) |
ORIGIN | (Source code) Origin of message |
PRIORITY | Priority of message: DEBUGGING, WARN, NORMAL, SEVERE |
TIME | Timestamp of message |
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 64 of file MSHistoryEnums.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 103 of file MSHistoryEnums.h.