Constants.py File Reference

(r9379/r9014)

Go to the source code of this file.

Namespaces

namespace  grc_gnuradio.Constants

Variables

string grc_gnuradio::Constants.PYEXEC = 'python'
 The default binary to execute python files.
tuple grc_gnuradio::Constants.DATA_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'data')
tuple grc_gnuradio::Constants.BLOCK_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'blocks')
tuple grc_gnuradio::Constants.HIER_BLOCKS_LIB_PATH = os.path.join(os.path.expanduser('~'), '.grc_gnuradio')
 grc_gnuradio::Constants.TOP_BLOCK_FILE_MODE = stat.S_IRUSR|stat.S_IWUSR|stat.S_IXUSR|stat.S_IRGRP|stat.S_IWGRP|stat.S_IXGRP|stat.S_IROTH
 grc_gnuradio::Constants.HIER_BLOCK_FILE_MODE = stat.S_IRUSR|stat.S_IWUSR|stat.S_IRGRP|stat.S_IWGRP|stat.S_IROTH
tuple grc_gnuradio::Constants.FLOW_GRAPH_TEMPLATE = os.path.join(DATA_PATH, 'flow_graph.tmpl')
tuple grc_gnuradio::Constants.BLOCK_DTD = os.path.join(DATA_PATH, 'block.dtd')
tuple grc_gnuradio::Constants.BLOCK_TREE = os.path.join(DATA_PATH, 'block_tree.xml')
tuple grc_gnuradio::Constants.DEFAULT_FLOW_GRAPH = os.path.join(DATA_PATH, 'default_flow_graph.grc.xml')


Generated on Sat Aug 23 02:00:11 2008 for GNU Radio Companion by  doxygen 1.5.4