Add README with forwarding pointer
Remove vrt from build.
The vrt code has been temporarily moved to Eric's Out-of-Tree repository,pending the "Grand Build System Reorganization".
To grab the code and build it:
$ git clone git://gnuradio.org/eb-oot
$ cd eb-oot/vrt $ ./bootstrap && ./configure...
Remove vrt dependence on gruel. Should also build on non-Linux OS's too.
Remove warnings
Treat failure to allocate big socket buffer as a error
16-byte align receive buffer to facilitate SIMD use
Change data_handler::operator() return type to bool to simplify things.
Move more formatting code into header_utils
Additional packet formatting
Common utility for displaying integer seconds
Additional width for hertz
Stub out remaining context display code
Display context assoc lists
Display formatted_gps info
Display payload format
Formatted output of IF context packets
Add ostream output for expanded_header.
Parse gps_ascii and context_association lists.
Add formatted_gps and ephemeris parsing code
First cut at expanded_if_context_section
s/unparse/pack/; s/parse/unpack/
Add missing return
Remove packet ring stuff. It doesn't work with UDP.
Now compiles
Add expanded_if_context_section
vrt: make versioned libraries
Replaced the need for code word tables by setting the header/trailer lengthsin the switch body jump table, just like in the unparser switch body.
Added unparse capability to the vrt expanded header.Unparse can fill in a vrt header and trailer from an expanded header.
Support multiple VRT packets in a single transport (UDP) packet.
back out broken changeset
Add two missing includes to fix compile on ppc.
Merge branch 'vrt' of http://gnuradio.org/git/jblum
Merge-fix: remove simple_rx_samplesMerge-fix: remove grc_gr_vrt.m4 from Makefile.am
removed gr-vrt
removed caldiv stuff from gr-vrt
removed MOST of the quadradio specific stuff
Merge fix: added GRUEL_INCLUDES to vrt MakefileMerge fix: added missing include in gr-vrt
query the model number from the host
added access methods and parsing for caldiv if context
use existing utility method
use the new htonll and vrt types to send cal and lo freqs
checking for if context packets and setting up the payload pointer and size
Reading 64 bit freq out of chunk of context packet.Where is the rest of my context packet?Added htonll and ntohll in gruel inet.hFixed vrt/types.h freq cast
copied over vrt context and type headers, updated bits.h as well
use gruel/inet.h instead of arap/inet.h
made rxdspno a parameter for: start/stop streaming, and quadradio32fc
Add rxdspno parameter to private interface of quadradio.
This allows control of each Rx DSP pipeline independent of each other.The public interface remains unchanged, but should have the rxdspnoparameter added as indicated in the FIXMEs. When that is done, the...
added quadradio method to enable/disable cal
use enum for band select
added get band select
Added git ignore files as needed.
Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.
Passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11600 221aa14e-8319-0410-a670-987f0aec2ac5