X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.hpp;h=121286f17aeed8e748d90045d019f3ae63b8b0fa;hb=c4dd1e4ee295c4fc6bc3db0feaf826df4807cc91;hp=fbe59059cf6190167d8cc0333c27e01008e094eb;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329;p=pulseview.git diff --git a/pv/data/decode/decoder.hpp b/pv/data/decode/decoder.hpp index fbe5905..121286f 100644 --- a/pv/data/decode/decoder.hpp +++ b/pv/data/decode/decoder.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_DATA_DECODE_DECODER_H -#define PULSEVIEW_PV_DATA_DECODE_DECODER_H +#ifndef PULSEVIEW_PV_DATA_DECODE_DECODER_HPP +#define PULSEVIEW_PV_DATA_DECODE_DECODER_HPP #include #include @@ -68,9 +68,9 @@ public: bool have_required_channels() const; srd_decoder_inst* create_decoder_inst( - srd_session *session, int unit_size) const; + srd_session *session) const; - std::set< std::shared_ptr > get_data(); + std::set< std::shared_ptr > get_data(); private: const srd_decoder *const decoder_; @@ -86,4 +86,4 @@ private: } // namespace data } // namespace pv -#endif // PULSEVIEW_PV_DATA_DECODE_DECODER_H +#endif // PULSEVIEW_PV_DATA_DECODE_DECODER_HPP