Package grc_gnuradio.Constants


Variables

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


Detailed Description

Global constants for grc gnuradio package
Author:
Josh Blum

Variable Documentation

tuple grc_gnuradio::Constants.BLOCK_DTD = os.path.join(DATA_PATH, 'block.dtd') [static]

Definition at line 43 of file Constants.py.

tuple grc_gnuradio::Constants.BLOCK_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'blocks') [static]

Definition at line 34 of file Constants.py.

tuple grc_gnuradio::Constants.BLOCK_TREE = os.path.join(DATA_PATH, 'block_tree.xml') [static]

Definition at line 44 of file Constants.py.

tuple grc_gnuradio::Constants.DATA_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'data') [static]

Definition at line 33 of file Constants.py.

tuple grc_gnuradio::Constants.DEFAULT_FLOW_GRAPH = os.path.join(DATA_PATH, 'default_flow_graph.grc.xml') [static]

Definition at line 45 of file Constants.py.

tuple grc_gnuradio::Constants.FLOW_GRAPH_TEMPLATE = os.path.join(DATA_PATH, 'flow_graph.tmpl') [static]

Definition at line 42 of file Constants.py.

grc_gnuradio::Constants.HIER_BLOCK_FILE_MODE = stat.S_IRUSR|stat.S_IWUSR|stat.S_IRGRP|stat.S_IWGRP|stat.S_IROTH [static]

Definition at line 39 of file Constants.py.

tuple grc_gnuradio::Constants.HIER_BLOCKS_LIB_PATH = os.path.join(os.path.expanduser('~'), '.grc_gnuradio') [static]

Definition at line 35 of file Constants.py.

string grc_gnuradio::Constants.PYEXEC = 'python' [static]

The default binary to execute python files.

Definition at line 28 of file Constants.py.

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 [static]

Definition at line 38 of file Constants.py.


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