Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b
Parent Directory
(gnuradio)
Kludge Summary of gnuradio/gr-usrp2
| Total Kludges |
2 |
| Total Subdirs |
1 |
All Directories within gnuradio/gr-usrp2
All Files within gnuradio/gr-usrp2
Kludge Snippets in gnuradio/gr-usrp2
gnuradio/gr-usrp2/src/usrp2_sink_16sc.cc
| Category |
FIXME |
| Committer |
jcorgan |
| Commit ID |
06260e16099c61b70e48ed999ca12b8a82cc0a10 |
28 #include <usrp2/metadata.h>
29 #include <gr_io_signature.h>
30 #include <iostream>
31
32 // FIXME hack until VRT replaces libusrp2
33 #define U2_MIN_SAMPLES 9
34
35 usrp2_sink_16sc_sptr
36 usrp2_make_sink_16sc(const std::string &ifc, const std::string &mac_addr)
gnuradio/gr-usrp2/src/usrp2_sink_32fc.cc
| Category |
FIXME |
| Committer |
jcorgan |
| Commit ID |
06260e16099c61b70e48ed999ca12b8a82cc0a10 |
28 #include <usrp2/metadata.h>
29 #include <gr_io_signature.h>
30 #include <iostream>
31
32 // FIXME hack until VRT replaces libusrp2
33 #define U2_MIN_SAMPLES 9
34
35 usrp2_sink_32fc_sptr
36 usrp2_make_sink_32fc(const std::string &ifc, const std::string &mac_addr)