DP3
tBdaBuffer.h
Go to the documentation of this file.
1 // Copyright (C) 2022 ASTRON (Netherlands Institute for Radio Astronomy)
2 // SPDX-License-Identifier: GPL-3.0-or-later
3 
4 // This file contains common helper functions for BDA tests.
5 // tBdaBuffer.cc contains the corresponding implementation, besides the
6 // BdaBuffer tests.
7 
8 #include <boost/test/unit_test.hpp>
9 
10 #include "base/BdaBuffer.h"
11 
12 namespace dp3 {
13 namespace base {
14 namespace test {
15 
22  const BdaBuffer::Row& right);
23 
29 void CheckBDARowMetaData(const BdaBuffer& left, const BdaBuffer& right);
30 
31 } // namespace test
32 } // namespace base
33 } // namespace dp3
Buffer holding baseline-dependently averaged (BDA) data.
Definition: BdaBuffer.h:25
void CheckBDARowMetaData(const BdaBuffer::Row &left, const BdaBuffer::Row &right)
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53
Definition: BdaBuffer.h:27