summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/pmt/qa_pmt.py
Commit message (Collapse)AuthorAgeFilesLines
* pmt: Added float conversionMartin Braun2014-09-041-0/+2
| | | | | | Added to_float() and from_float(). These are basically aliases for *_double() with a type cast for when strict typing is necessary (e.g. SWIG won't accept an f32 value when using from_double()).
* pmt: adding pmt.uniform_vector_itemsize(pmt_t vector), returns the size per ↵Tim O'Shea2014-05-141-0/+2
| | | | item in bytes within a uniform vector for any kind of uniform vector
* Merged next into uninstalled import branch.Ben Reynwar2013-04-021-1/+1
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-0/+102
PMTs are handled slightly different and are installed into their own module and include dir.