X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdecoderoptions.h;fp=pv%2Fprop%2Fbinding%2Fdecoderoptions.h;h=ac32d42cabf29c9260da357d5e22b6a7d4a620f2;hb=21ad818feabcb0a1cb51c61c534adce553c7e325;hp=0000000000000000000000000000000000000000;hpb=06bb4e6a55f5f6983d94fef2b25afc0a70f7b8d9;p=pulseview.git diff --git a/pv/prop/binding/decoderoptions.h b/pv/prop/binding/decoderoptions.h new file mode 100644 index 0000000..ac32d42 --- /dev/null +++ b/pv/prop/binding/decoderoptions.h @@ -0,0 +1,45 @@ +/* + * This file is part of the PulseView project. + * + * Copyright (C) 2013 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_DECODEROPTIONS_H +#define PULSEVIEW_PV_PROP_BINDING_DECODEROPTIONS_H + +#include + +#include "binding.h" + +namespace pv { +namespace prop { +namespace binding { + +class DecoderOptions : public Binding +{ +public: + DecoderOptions(struct srd_decoder *decoder); + +protected: + struct srd_decoder *const _decoder; +}; + +} // binding +} // prop +} // pv + +#endif // PULSEVIEW_PV_PROP_BINDING_DECODEROPTIONS_H