DP3
PyDpBuffer.h
Go to the documentation of this file.
1 // Copyright (C) 2023 ASTRON (Netherlands Institute for Radio Astronomy)
2 // SPDX-License-Identifier: GPL-3.0-or-later
3 
4 #include <aocommon/py/uniqueptr.h>
5 
6 #include "base/DPBuffer.h"
7 
8 namespace dp3 {
9 namespace pythondp3 {
10 
13 using PyDpBuffer = aocommon::py::PyUniquePointer<dp3::base::DPBuffer>;
14 
15 } // namespace pythondp3
16 } // namespace dp3
Buffer holding the data of a timeslot/band.
aocommon::py::PyUniquePointer< dp3::base::DPBuffer > PyDpBuffer
Definition: PyDpBuffer.h:13
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53