Channel array (CA) block flags.  
 | 
| 
constexpr uint32_t  | DynamicSize = 0x0001 | 
|   | Dynamic size. 
  | 
|   | 
| 
constexpr uint32_t  | InputQuantity = 0x0002 | 
|   | Input quantity. 
  | 
|   | 
| 
constexpr uint32_t  | OutputQuantity = 0x0004 | 
|   | Output quantity. 
  | 
|   | 
| 
constexpr uint32_t  | ComparisonQuantity = 0x0008 | 
|   | Comparison quantity. 
  | 
|   | 
| 
constexpr uint32_t  | Axis = 0x0010 | 
|   | Axis. 
  | 
|   | 
| 
constexpr uint32_t  | FixedAxis = 0x0020 | 
|   | Fixed axis. 
  | 
|   | 
| 
constexpr uint32_t  | InverseLayout = 0x0040 | 
|   | Inverse layout. 
  | 
|   | 
| 
constexpr uint32_t  | LeftOpenInterval = 0x0080 | 
|   | Left-over interval. 
  | 
|   | 
| 
constexpr uint32_t  | StandardAxis = 0x0100 | 
|   | Standard axis. 
  | 
|   |