diff options
Diffstat (limited to 'gnuradio-core/src/lib/runtime/runtime.i')
-rw-r--r-- | gnuradio-core/src/lib/runtime/runtime.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/runtime/runtime.i b/gnuradio-core/src/lib/runtime/runtime.i index 1a31cfbd73..ea6b7f79ac 100644 --- a/gnuradio-core/src/lib/runtime/runtime.i +++ b/gnuradio-core/src/lib/runtime/runtime.i @@ -79,6 +79,8 @@ enum DisplayType { DISPXYLINE, DISPLOGTIMESERIESF, DISPLOGTIMESERIESC, + DISPSTRIPCHARTF, + DISPSTRIPCHARTC, }; enum priv_lvl_t { |