DP3
Memory.h
Go to the documentation of this file.
1 // Copyright (C) 2020 ASTRON (Netherlands Institute for Radio Astronomy)
2 // SPDX-License-Identifier: GPL-3.0-or-later
3 
7 
8 #ifndef DP3_MEMORY_H
9 #define DP3_MEMORY_H
10 
11 namespace dp3 {
12 namespace common {
13 
36 double AvailableMemory(const double memory = 0,
37  const double memory_percentage = 0,
38  const bool clip = true);
39 
40 } // namespace common
41 } // namespace dp3
42 
43 #endif
double AvailableMemory(const double memory=0, const double memory_percentage=0, const bool clip=true)
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53