From faab807cf5e8b4a4c950d1fd8ae6672296fb1ad9 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 3 Apr 2012 18:21:52 -0400 Subject: Rework example directories. Gets rid of gnuradio-examples, moves these to more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them. --- gnuradio-examples/grc/xmlrpc/xmlrpc_client.grc | 312 ------------------------- 1 file changed, 312 deletions(-) delete mode 100644 gnuradio-examples/grc/xmlrpc/xmlrpc_client.grc (limited to 'gnuradio-examples/grc/xmlrpc/xmlrpc_client.grc') diff --git a/gnuradio-examples/grc/xmlrpc/xmlrpc_client.grc b/gnuradio-examples/grc/xmlrpc/xmlrpc_client.grc deleted file mode 100644 index 3bb4e7ed3..000000000 --- a/gnuradio-examples/grc/xmlrpc/xmlrpc_client.grc +++ /dev/null @@ -1,312 +0,0 @@ - - - Thu Jul 24 14:27:44 2008 - - options - - id - client_block - - - _enabled - True - - - title - XMLRPC Client - - - author - Example - - - description - example flow graph - - - window_size - 1280, 1024 - - - generate_options - wx_gui - - - category - Custom - - - _coordinate - (10, 10) - - - _rotation - 0 - - - - xmlrpc_client - - id - xmlrpc_client0 - - - _enabled - True - - - addr - localhost - - - port - 1234 - - - callback - set_ampl - - - variable - ampl - - - _coordinate - (409, 35) - - - _rotation - 0 - - - - xmlrpc_client - - id - xmlrpc_client - - - _enabled - True - - - addr - localhost - - - port - 1234 - - - callback - set_freq - - - variable - freq - - - _coordinate - (222, 34) - - - _rotation - 0 - - - - variable_slider - - id - freq - - - _enabled - True - - - label - Frequency (Hz) - - - value - 1000 - - - min - 0 - - - max - 5000 - - - num_steps - 100 - - - slider_type - horizontal - - - grid_pos - 0, 0, 1, 2 - - - _coordinate - (207, 162) - - - _rotation - 0 - - - - variable_slider - - id - ampl - - - _enabled - True - - - label - Amplitude - - - value - 1 - - - min - 0 - - - max - 2 - - - num_steps - 100 - - - slider_type - horizontal - - - grid_pos - 1, 0, 1, 2 - - - _coordinate - (397, 167) - - - _rotation - 0 - - - - variable_chooser - - id - offset - - - _enabled - True - - - label - Offset - - - value_index - 1 - - - choices - [-1, 0, 1] - - - labels - ["neg", "zero", "pos"] - - - chooser_type - radio_buttons_horizontal - - - grid_pos - 2, 0, 1, 2 - - - _coordinate - (596, 177) - - - _rotation - 0 - - - - xmlrpc_client - - id - xmlrpc_client1 - - - _enabled - True - - - addr - localhost - - - port - 1234 - - - callback - set_offset - - - variable - offset*ampl - - - _coordinate - (608, 39) - - - _rotation - 0 - - - - variable - - id - samp_rate - - - _enabled - True - - - value - 32000 - - - _coordinate - (13, 172) - - - _rotation - 0 - - - \ No newline at end of file -- cgit