howto_interp_gscrambler_cc.h

「howto_interp_gscrambler_cc.h」の編集履歴(バックアップ)一覧はこちら

howto_interp_gscrambler_cc.h」(2011/06/18 (土) 02:52:35) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

#ifndef INCLUDED_HOWTO_INTERP_GSCRAMBLER_CC_H #define INCLUDED_HOWTO_INTERP_GSCRAMBLER_CC_H #include <gr_sync_interpolator.h> #include "gri_glfsr.h" class howto_interp_gscrambler_cc; typedef boost::shared_ptr<howto_interp_gscrambler_cc> howto_interp_gscrambler_cc_sptr; howto_interp_gscrambler_cc_sptr howto_make_interp_gscrambler_cc (unsigned interpolation, int mask, int seed, int len); class howto_interp_gscrambler_cc : public gr_sync_interpolator { private: friend howto_interp_gscrambler_cc_sptr howto_make_interp_gscrambler_cc (unsigned interpolation, int degree, int mask, int seed); int d_len; float d_pn; gri_glfsr *d_reference; howto_interp_gscrambler_cc(unsigned interpolation, int degree, int mask, int seed); public: ~howto_interp_gscrambler_cc (); int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items); }; #endif ----

表示オプション

横に並べて表示:
変化行の前後のみ表示: