diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-03-12 09:26:38 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-12 09:31:24 -0700 |
commit | 9ef789c8cca6b3439ecce5fc7aa71d3b073acfd7 (patch) | |
tree | 924a957a7e587f36ed8cd1bddd0f8cbf2dcff342 /gr-fcd/swig | |
parent | 72576bd2d87b83ccc1661b695278e0dee8fe21a4 (diff) |
fcd: added FCD_API to code
Diffstat (limited to 'gr-fcd/swig')
-rw-r--r-- | gr-fcd/swig/fcd_source_c.i | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-fcd/swig/fcd_source_c.i b/gr-fcd/swig/fcd_source_c.i index 03223b40be..3438ab74d2 100644 --- a/gr-fcd/swig/fcd_source_c.i +++ b/gr-fcd/swig/fcd_source_c.i @@ -12,9 +12,6 @@ fcd_source_c_sptr fcd_make_source_c (const std::string device_name = ""); class fcd_source_c : public gr_hier_block2 { public: - fcd_source_c (const std::string device_name = ""); - ~fcd_source_c(); - void set_freq(float freq); void set_freq_khz(int freq); void set_lna_gain(float gain); |