mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
small clean-up
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@202 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
8214655f54
commit
088cfbb552
@ -6,7 +6,7 @@
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2010-2011 (see AUTHORS file for a list of contributors)
|
||||
* Copyright (C) 2010-2012 (see AUTHORS file for a list of contributors)
|
||||
*
|
||||
* GNSS-SDR is a software defined Global Navigation
|
||||
* Satellite Systems receiver
|
||||
@ -37,6 +37,7 @@
|
||||
class direct_resampler_conditioner_ss;
|
||||
typedef boost::shared_ptr<direct_resampler_conditioner_ss>
|
||||
direct_resampler_conditioner_ss_sptr;
|
||||
|
||||
direct_resampler_conditioner_ss_sptr
|
||||
direct_resampler_make_conditioner_ss(double sample_freq_in,
|
||||
double sample_freq_out);
|
||||
|
Loading…
Reference in New Issue
Block a user