diff options
Diffstat (limited to 'gnuradio-runtime/lib/controlport/frontend.ice')
-rw-r--r-- | gnuradio-runtime/lib/controlport/frontend.ice | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnuradio-runtime/lib/controlport/frontend.ice b/gnuradio-runtime/lib/controlport/frontend.ice index 50d056df72..e4d346dba0 100644 --- a/gnuradio-runtime/lib/controlport/frontend.ice +++ b/gnuradio-runtime/lib/controlport/frontend.ice @@ -28,10 +28,10 @@ module GNURadio { // primitive types dictionary<string, string> StrStrDict; dictionary<string, string> TunerArgs; - struct F32Range + struct F32Range { - float min; - float max; + float min; + float max; }; // exception types @@ -111,7 +111,7 @@ module GNURadio { sequence<Tuner*> TunerSeq; sequence<Channel*> ChannelSeq; - + interface Channelizer extends AbstractReceiver { idempotent ChannelizerStatus status(); idempotent Tuner* getTuner(); @@ -131,7 +131,7 @@ module GNURadio { }; }; - + module Booter { dictionary<string, string> WaveformArgs; exception WaveformRunningError { |