DP3
Types.h
Go to the documentation of this file.
1 // Types.h: Define common types.
2 // Copyright (C) 2020 ASTRON (Netherlands Institute for Radio Astronomy)
3 // SPDX-License-Identifier: GPL-3.0-or-later
4 
8 
9 #ifndef DP3_COMMON_TYPES_H_
10 #define DP3_COMMON_TYPES_H_
11 
12 #include <casacore/casa/version.h>
13 
14 namespace dp3 {
15 namespace common {
16 
17 #if CASACORE_MAJOR_VERSION < 3 || \
18  (CASACORE_MAJOR_VERSION == 3 && CASACORE_MINOR_VERSION < 4)
19 typedef unsigned int rownr_t;
20 #else
22 #endif
23 
24 } // namespace common
25 } // namespace dp3
26 
27 #endif // DP3_COMMON_TYPES_H_
unsigned int rownr_t
Definition: Types.h:19
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53