diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-17 18:26:57 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-17 18:33:51 -0500 |
commit | 79c51dce02f1a6f45faf60cabca2820de959ffdb (patch) | |
tree | 120b25c7efffcc3b8ba6ed4d55e6e07ec92edc6c /gnuradio-core/src/lib/runtime | |
parent | 4aaa4f0cb076e2ad78a28eaba101182cbd868ba2 (diff) |
ctrlport: new DISPLOGTIMESERIES{F,C} to set plot into log mode.
Diffstat (limited to 'gnuradio-core/src/lib/runtime')
-rw-r--r-- | gnuradio-core/src/lib/runtime/gnuradio.ice | 4 | ||||
-rw-r--r-- | gnuradio-core/src/lib/runtime/rpccallbackregister_base.h | 4 | ||||
-rw-r--r-- | gnuradio-core/src/lib/runtime/runtime.i | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/runtime/gnuradio.ice b/gnuradio-core/src/lib/runtime/gnuradio.ice index 971d8fa0e6..4ea8d7abed 100644 --- a/gnuradio-core/src/lib/runtime/gnuradio.ice +++ b/gnuradio-core/src/lib/runtime/gnuradio.ice @@ -57,7 +57,9 @@ enum DisplayType { DISPTIMESERIESF, DISPTIMESERIESC, DISPXYSCATTER, - DISPXYLINE + DISPXYLINE, + DISPLOGTIMESERIESF, + DISPLOGTIMESERIESC, }; struct KnobProp { diff --git a/gnuradio-core/src/lib/runtime/rpccallbackregister_base.h b/gnuradio-core/src/lib/runtime/rpccallbackregister_base.h index c8f60b310c..c5b94cb757 100644 --- a/gnuradio-core/src/lib/runtime/rpccallbackregister_base.h +++ b/gnuradio-core/src/lib/runtime/rpccallbackregister_base.h @@ -31,7 +31,9 @@ enum DisplayType { DISPTIMESERIESF, DISPTIMESERIESC, DISPXYSCATTER, - DISPXYLINE + DISPXYLINE, + DISPLOGTIMESERIESF, + DISPLOGTIMESERIESC, }; enum priv_lvl_t { diff --git a/gnuradio-core/src/lib/runtime/runtime.i b/gnuradio-core/src/lib/runtime/runtime.i index f9945e8060..1a31cfbd73 100644 --- a/gnuradio-core/src/lib/runtime/runtime.i +++ b/gnuradio-core/src/lib/runtime/runtime.i @@ -76,7 +76,9 @@ enum DisplayType { DISPTIMESERIESF, DISPTIMESERIESC, DISPXYSCATTER, - DISPXYLINE + DISPXYLINE, + DISPLOGTIMESERIESF, + DISPLOGTIMESERIESC, }; enum priv_lvl_t { |