From db2f60baf542ac35151eb7084e274701861bacc5 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sun, 27 Sep 2009 13:34:20 -0700 Subject: [PATCH] Renamed simplified HRPT script to allow restoring original --- gr-noaa/apps/Makefile.am | 4 +- .../{usrp_rx_hrpt.grc => usrp_rx_hrpt2.grc} | 104 +++++++++--------- .../{usrp_rx_hrpt.py => usrp_rx_hrpt2.py} | 6 +- 3 files changed, 57 insertions(+), 57 deletions(-) rename gr-noaa/apps/{usrp_rx_hrpt.grc => usrp_rx_hrpt2.grc} (99%) rename gr-noaa/apps/{usrp_rx_hrpt.py => usrp_rx_hrpt2.py} (99%) diff --git a/gr-noaa/apps/Makefile.am b/gr-noaa/apps/Makefile.am index 5cefe9d2..8cc7cdbe 100644 --- a/gr-noaa/apps/Makefile.am +++ b/gr-noaa/apps/Makefile.am @@ -25,13 +25,13 @@ if PYTHON dist_bin_SCRIPTS = \ demod_hrpt_file.py \ - usrp_rx_hrpt.py \ + usrp_rx_hrpt2.py \ usrp_rx_hrpt_nogui.py \ usrp_rx_lrit.py EXTRA_DIST = \ demod_hrpt_file.grc \ - usrp_rx_hrpt.grc \ + usrp_rx_hrpt2.grc \ usrp_rx_hrpt_nogui.grc \ usrp_rx_lrit.grc endif diff --git a/gr-noaa/apps/usrp_rx_hrpt.grc b/gr-noaa/apps/usrp_rx_hrpt2.grc similarity index 99% rename from gr-noaa/apps/usrp_rx_hrpt.grc rename to gr-noaa/apps/usrp_rx_hrpt2.grc index c999a6bf..d42a9eab 100644 --- a/gr-noaa/apps/usrp_rx_hrpt.grc +++ b/gr-noaa/apps/usrp_rx_hrpt2.grc @@ -1,57 +1,6 @@ - Sun Sep 27 10:06:41 2009 - - options - - id - usrp_rx_hrpt - - - _enabled - True - - - title - USRP HRPT Receiver - - - author - - - - description - - - - window_size - 4096,4096 - - - generate_options - wx_gui - - - category - Custom - - - run - True - - - realtime_scheduling - 1 - - - _coordinate - (10, 10) - - - _rotation - 0 - - + Sun Sep 27 13:32:47 2009 variable @@ -1331,6 +1280,57 @@ 0 + + options + + id + usrp_rx_hrpt2 + + + _enabled + True + + + title + USRP HRPT Receiver + + + author + + + + description + + + + window_size + 4096,4096 + + + generate_options + wx_gui + + + category + Custom + + + run + True + + + realtime_scheduling + 1 + + + _coordinate + (10, 10) + + + _rotation + 0 + + gr_fir_filter_xxx_0 pll diff --git a/gr-noaa/apps/usrp_rx_hrpt.py b/gr-noaa/apps/usrp_rx_hrpt2.py similarity index 99% rename from gr-noaa/apps/usrp_rx_hrpt.py rename to gr-noaa/apps/usrp_rx_hrpt2.py index 9b19d5e4..31933516 100755 --- a/gr-noaa/apps/usrp_rx_hrpt.py +++ b/gr-noaa/apps/usrp_rx_hrpt2.py @@ -2,7 +2,7 @@ ################################################## # Gnuradio Python Flow Graph # Title: USRP HRPT Receiver -# Generated: Sun Sep 27 10:06:41 2009 +# Generated: Sun Sep 27 13:32:48 2009 ################################################## from gnuradio import eng_notation @@ -19,7 +19,7 @@ import ConfigParser import math import wx -class usrp_rx_hrpt(grc_wxgui.top_block_gui): +class usrp_rx_hrpt2(grc_wxgui.top_block_gui): def __init__(self): grc_wxgui.top_block_gui.__init__(self, title="USRP HRPT Receiver") @@ -396,6 +396,6 @@ if __name__ == '__main__': (options, args) = parser.parse_args() if gr.enable_realtime_scheduling() != gr.RT_OK: print "Error: failed to enable realtime scheduling." - tb = usrp_rx_hrpt() + tb = usrp_rx_hrpt2() tb.Run(True) -- 2.30.2