summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/controlport/rpcserver_ice.cc
Commit message (Collapse)AuthorAgeFilesLines
* controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-192/+0
| | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* runtime: adding getRe() method to ctrlport (get knobs whose key matches a ↵Tim O'Shea2013-05-301-0/+27
| | | | list of regex expressions)
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+165