DP3
common
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
21
typedef
casacore::rownr_t
rownr_t
;
22
#endif
23
24
}
// namespace common
25
}
// namespace dp3
26
27
#endif
// DP3_COMMON_TYPES_H_
dp3::common::rownr_t
unsigned int rownr_t
Definition:
Types.h:19
dp3
This file has generic helper routines for testing steps.
Definition:
AntennaConfig.h:53
Generated on Thu May 7 2026 07:44:42 for DP3 by
1.9.1