Public Member Functions | |
| def | __init__ |
Static Public Attributes | |
| FlowGraph = _FlowGraph | |
| Connection = _Connection | |
| Block = _Block | |
| Source = Source | |
| Sink = Sink | |
| Param = _Param | |
Definition at line 34 of file Platform.py.
| def grc_gnuradio.Platform.Platform.__init__ | ( | self, | ||
block_paths_internal_only = [], |
||||
block_paths_external = [] | ||||
| ) |
Make a platform for gnuradio. The internal only list will replace the current block path.
| block_paths_internal_only | a list of blocks internal to this platform | |
| block_paths_external | a list of blocks to load in addition to the above blocks |
Definition at line 36 of file Platform.py.
grc_gnuradio.Platform.Platform.FlowGraph = _FlowGraph [static] |
Definition at line 68 of file Platform.py.
grc_gnuradio.Platform.Platform.Connection = _Connection [static] |
Definition at line 69 of file Platform.py.
grc_gnuradio.Platform.Platform.Block = _Block [static] |
Definition at line 70 of file Platform.py.
grc_gnuradio.Platform.Platform.Source = Source [static] |
Definition at line 71 of file Platform.py.
grc_gnuradio.Platform.Platform.Sink = Sink [static] |
Definition at line 72 of file Platform.py.
grc_gnuradio.Platform.Platform.Param = _Param [static] |
Definition at line 73 of file Platform.py.
1.5.4