summaryrefslogtreecommitdiff
path: root/gr-atsc/include
Commit message (Collapse)AuthorAgeFilesLines
* Removed top-level component gr-atsc.Johnathan Corgan2015-03-2276-5132/+0
| | | | | This functionality has been migrated to the new gr-dtv top-level component.
* Fix bugs in atsc_field_sync_mux.Clayton Smith2013-07-171-4/+7
| | | | | | | | | | Since this block inserts field syncs into the data stream, clearly it needs to be a gr_block rather than a gr_sync_block. Also, the d_already_output_field_sync variable needs to be initialized and the d_current_index variable is unusued and thus can be deleted. With these fixes in place, I've successfully transmitted an MPEG transport stream with a USRP N210 and received it on my television.
* atsc: moved include dir to gnuradio/atscJohnathan Corgan2013-04-3076-111/+111
|
* filter: moved include dir to gnuradio/filterJohnathan Corgan2013-04-297-10/+10
|
* analog: update include dir to gnuradio/analogJohnathan Corgan2013-04-292-2/+2
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-2922-41/+41
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+1
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-181-2/+2
| | | | | | | | | | This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/tests/CMakeLists.txt
* atsc: installing all gr-atsc headers in gnuradio/atsc.Tom Rondeau2013-03-161-27/+50
|
* atsc: adjustments to atsc to start to conform to v3.7 structure.Tom Rondeau2013-03-1576-0/+5106
Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed.