summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/lib/gsm_burst_cf.h
diff options
context:
space:
mode:
authortvoid <tvoid@lesaige.com>2008-04-05 13:51:31 -0600
committertvoid <tvoid@lesaige.com>2008-04-05 13:51:31 -0600
commite623985d7bed48ea54ab06635e2e25c6f77f3808 (patch)
treea4301e543d69b0488f6cc390cfd3729bcb6471ef /gsm-tvoid/src/lib/gsm_burst_cf.h
parent4047af29e93c40d46df88c0a76b158a083d6b630 (diff)
- removed tuning callback cruft
- Added printing options for "(d)ecoded hex for gamdecode" - Fixed print flags for normal, dummy bursts
Diffstat (limited to 'gsm-tvoid/src/lib/gsm_burst_cf.h')
-rwxr-xr-x[-rw-r--r--]gsm-tvoid/src/lib/gsm_burst_cf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gsm-tvoid/src/lib/gsm_burst_cf.h b/gsm-tvoid/src/lib/gsm_burst_cf.h
index fe742c4..33f61f6 100644..100755
--- a/gsm-tvoid/src/lib/gsm_burst_cf.h
+++ b/gsm-tvoid/src/lib/gsm_burst_cf.h
@@ -8,7 +8,7 @@ class gsm_burst_cf;
typedef boost::shared_ptr<gsm_burst_cf> gsm_burst_cf_sptr;
-gsm_burst_cf_sptr gsm_make_burst_cf(gr_feval_dd *,float);
+gsm_burst_cf_sptr gsm_make_burst_cf(float);
class gri_mmse_fir_interpolator_cc;
@@ -16,8 +16,8 @@ class gsm_burst_cf : public gr_block, public gsm_burst
{
private:
- friend gsm_burst_cf_sptr gsm_make_burst_cf(gr_feval_dd *,float);
- gsm_burst_cf(gr_feval_dd *,float);
+ friend gsm_burst_cf_sptr gsm_make_burst_cf(float);
+ gsm_burst_cf(float);
//clocking parameters
float d_relative_sample_rate;
personal git repositories of Harald Welte. Your mileage may vary