X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fhwcap.h;fp=pv%2Fprop%2Fbinding%2Fhwcap.h;h=0000000000000000000000000000000000000000;hb=3820592a018c777727a6e65bd754d113742f4462;hp=1c6a7474c50d1a5b579a7f17a74c7ee1af38d602;hpb=10b1be9216fa6235d370707750dd761d786347f7;p=pulseview.git diff --git a/pv/prop/binding/hwcap.h b/pv/prop/binding/hwcap.h deleted file mode 100644 index 1c6a747..0000000 --- a/pv/prop/binding/hwcap.h +++ /dev/null @@ -1,60 +0,0 @@ -/* - * This file is part of the PulseView project. - * - * Copyright (C) 2012 Joel Holdsworth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -#ifndef PULSEVIEW_PV_PROP_BINDING_HWCAP_H -#define PULSEVIEW_PV_PROP_BINDING_HWCAP_H - -#include - -extern "C" { -#include -} - -#include "binding.h" - -namespace pv { -namespace prop { -namespace binding { - -class HwCap : public Binding -{ -public: - HwCap(struct sr_dev_inst *sdi); - -private: - void expose_enum(const struct sr_config_info *info, - const std::vector > &values, - int opt); - - void bind_stropt(const struct sr_config_info *info, int key); - - void bind_buffer_size(const struct sr_config_info *info); - void bind_time_base(const struct sr_config_info *info); - void bind_vdiv(const struct sr_config_info *info); - -protected: - const struct sr_dev_inst *_sdi; -}; - -} // binding -} // prop -} // pv - -#endif // PULSEVIEW_PV_PROP_BINDING_HWCAP_H