aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/uhd/cal/interpolation.hpp
blob: 5cdbcfa54764bc404a31777837991aa9c3fddf3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright 2020 Ettus Research, a National Instruments Brand
//
// SPDX-License-Identifier: GPL-3.0-or-later
//

#ifndef INCLUDED_LIBUHD_CAL_INTERP_HPP
#define INCLUDED_LIBUHD_CAL_INTERP_HPP

namespace uhd { namespace usrp { namespace cal {

enum class interp_mode { NEAREST_NEIGHBOR, LINEAR };

}}} // namespace uhd::usrp::cal

#endif /* INCLUDED_LIBUHD_CAL_INTERP_HPP */