summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/pycallback_object.h
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-207/+0
|
* fix for python grcp get variables getting exported propperlyTim O'Shea2013-03-261-1/+3
|
* core: fix use of inaccesible methods in pycallbackTim O'Shea2013-03-181-3/+14
|
* ctrlport: Changed RPC setup call to only require block's alias and not all ↵Tom Rondeau2013-01-231-6/+17
| | | | | | of the other info we used to require. gr_top_block shows the new interface. The flowgraph now automatically calls setup_rpc on every block when the flowgraph is run. No need to have setup_rpc() in the block's constructor.
* gruel: updating all GR blocks that use PMTs to use new naming.Tom Rondeau2012-12-211-2/+2
|
* Merging ctrlport2 into next branch.Tom Rondeau2012-12-031-0/+183