Go to the source code of this file.
Namespaces | |
| illumina | |
| illumina::interop | |
| illumina::interop::constants | |
Macros | |
| #define | INTEROP_UNKNOWN 0x800 |
| #define | INTEROP_ENUM_METRIC_FEATURE_TYPE |
| #define | INTEROP_ENUM_METRIC_TYPES |
| #define | INTEROP_ENUM_METRIC_GROUPS |
| #define | INTEROP_ENUM_METRIC_DATA_TYPES |
| #define | INTEROP_ENUM_TILE_NAMING_METHODS |
| #define | INTEROP_ENUM_DNA_BASE_TYPES |
| #define | INTEROP_ENUM_SURFACE_TYPES |
| #define | INTEROP_ENUM_INSTRUMENT_TYPES |
| #define | INTEROP_ENUM_METRIC_BASE_TYPES |
| #define | INTEROP_ENUM_PLOT_COLORS |
| #define | INTEROP_ENUM_PLOT_TYPES |
| #define | INTEROP_ENUM_BAR_PLOT_OPTIONS |
| #define | INTEROP_TUPLE7(X, Unused1, Unused2, Unused3, Unused4, Unused5, Unused6) X, |
| #define | INTEROP_TUPLE4(X, Y, Z, A) X, |
| #define | INTEROP_TUPLE3(X, Y, Z) X |
| #define | INTEROP_TUPLE1(X) X |
| #define | INTEROP_TUPLE2(X, V) X |
| #define | INTEROP_TUPLE_ASSIGN(X, V) X=V |
Detailed Description
Enumeration constants used throughout InterOp
- Date
- 9/27/15
- Version
- 1.0
- Copyright
- GNU Public License.
Macro Definition Documentation
| #define INTEROP_ENUM_BAR_PLOT_OPTIONS |
Enumeration of bar plot options
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::bar_plot_options
| #define INTEROP_ENUM_DNA_BASE_TYPES |
Enumeration of DNA bases
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- This macro requires the macro INTEROP_TUPLE_ASSIGN to be defined before use
- See also
- illumina::interop::constants::dna_bases
| #define INTEROP_ENUM_INSTRUMENT_TYPES |
Enumeration of instrument types
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::instrument_type
| #define INTEROP_ENUM_METRIC_BASE_TYPES |
Enumeration of metric types
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::metric_base_type
| #define INTEROP_ENUM_METRIC_DATA_TYPES |
Enumeration of each metric data type
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::metric_data
| #define INTEROP_ENUM_METRIC_FEATURE_TYPE |
Enumeration of specific features that can belong to a metric
- Note
- This macro requires the macro INTEROP_TUPLE_ASSIGN to be defined before use
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::metric_feature_type
| #define INTEROP_ENUM_METRIC_GROUPS |
Enumeration of each metric group
- Note
- This macro requires the macro INTEROP_TUPLE2 to be defined before use
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::metric_group
| #define INTEROP_ENUM_METRIC_TYPES |
Enumeration of each metric type
- Note
- This macro requires the macro INTEROP_TUPLE1, INTEROP_TUPLE4, INTEROP_TUPLE7 to be defined before use
- See also
- illumina::interop::constants::metric_type
| #define INTEROP_ENUM_PLOT_COLORS |
Enumeration of channel colors (assuming expected order)
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::plot_colors
| #define INTEROP_ENUM_PLOT_TYPES |
Enumeration of plot types
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::plot_types
| #define INTEROP_ENUM_SURFACE_TYPES |
Enumeration of surface types
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::surface_type
| #define INTEROP_ENUM_TILE_NAMING_METHODS |
Enumeration of tile naming methods
- Note
- This macro requires the macro INTEROP_TUPLE1 to be defined before use
- See also
- illumina::interop::constants::tile_naming_method
| #define INTEROP_TUPLE1 | ( | X | ) | X |
This temp macro converts an enum to an enum
| #define INTEROP_TUPLE2 | ( | X, | |
| V | |||
| ) | X |
This temp macro converts an enum/value pair to an enum
| #define INTEROP_TUPLE3 | ( | X, | |
| Y, | |||
| Z | |||
| ) | X |
This temp macro converts a enum/description pair into the an enum (first element of the pair)
| #define INTEROP_TUPLE4 | ( | X, | |
| Y, | |||
| Z, | |||
| A | |||
| ) | X, |
This temp macro converts a enum/description pair into the an enum (first element of the pair)
| #define INTEROP_TUPLE7 | ( | X, | |
| Unused1, | |||
| Unused2, | |||
| Unused3, | |||
| Unused4, | |||
| Unused5, | |||
| Unused6 | |||
| ) | X, |
This temp macro converts a enum/description pair into the an enum (first element of the pair)
| #define INTEROP_TUPLE_ASSIGN | ( | X, | |
| V | |||
| ) | X=V |
This temp macro converts an enum/value pair to an enum
| #define INTEROP_UNKNOWN 0x800 |
Sentinel for an unknown enum type