diff options
author | Josh Blum | 2011-01-05 16:22:47 -0800 |
---|---|---|
committer | Josh Blum | 2011-01-19 22:24:57 -0800 |
commit | cf33e1e5f75c627907811e07e4c3c7a6b6175e8a (patch) | |
tree | 3500a8727fa1241b3401fb656c6c4e9a3d68e8cc /gr-uhd/lib/uhd_multi_usrp_source.h | |
parent | c63edcbe834c0929a7e0c7907f7c79ffc3fc5667 (diff) | |
download | gnuradio-cf33e1e5f75c627907811e07e4c3c7a6b6175e8a.tar.gz gnuradio-cf33e1e5f75c627907811e07e4c3c7a6b6175e8a.tar.bz2 gnuradio-cf33e1e5f75c627907811e07e4c3c7a6b6175e8a.zip |
uhd: added export macros (not used now) and updated copyright dates
Diffstat (limited to 'gr-uhd/lib/uhd_multi_usrp_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_multi_usrp_source.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gr-uhd/lib/uhd_multi_usrp_source.h b/gr-uhd/lib/uhd_multi_usrp_source.h index b3cbdae1f..841f8fb44 100644 --- a/gr-uhd/lib/uhd_multi_usrp_source.h +++ b/gr-uhd/lib/uhd_multi_usrp_source.h @@ -1,5 +1,5 @@ /* - * Copyright 2010 Free Software Foundation, Inc. + * Copyright 2010-2011 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -22,18 +22,19 @@ #ifndef INCLUDED_UHD_MULTI_USRP_SOURCE_H #define INCLUDED_UHD_MULTI_USRP_SOURCE_H +#include <gr_uhd_api.h> #include <gr_sync_block.h> #include <uhd/usrp/multi_usrp.hpp> class uhd_multi_usrp_source; -boost::shared_ptr<uhd_multi_usrp_source> uhd_make_multi_usrp_source( +GR_UHD_API boost::shared_ptr<uhd_multi_usrp_source> uhd_make_multi_usrp_source( const std::string &device_addr, const uhd::io_type_t::tid_t &io_type, size_t num_channels ); -class uhd_multi_usrp_source : public gr_sync_block{ +class GR_UHD_API uhd_multi_usrp_source : public gr_sync_block{ public: /*! |