summaryrefslogtreecommitdiff
path: root/grc/blocks/pad_source.xml
diff options
context:
space:
mode:
authorJohnathan Corgan2009-09-04 15:47:49 -0700
committerJohnathan Corgan2009-09-04 15:47:49 -0700
commitd80add605536891da950126b25b16ab89d8e7cae (patch)
tree10777578472d39e25a821284e1409be7a6caae89 /grc/blocks/pad_source.xml
parent20006003431d7260b04964eb684b1746ffb0a85f (diff)
parent6b47cc3dc64d86cb19eb28ab4843a0f278db6d0a (diff)
downloadgnuradio-d80add605536891da950126b25b16ab89d8e7cae.tar.gz
gnuradio-d80add605536891da950126b25b16ab89d8e7cae.tar.bz2
gnuradio-d80add605536891da950126b25b16ab89d8e7cae.zip
Merge branch 'grc' from http://gnuradio.org/git/jblum.git into master
we dont use test() -> remove it Made the window for the pass band filters integers (take firdes.WIN_XXX). Evaluation fix in param.to_code(). Removed the flagging api and usage from the base classes. added ref scale param to fft and waterfall Switched the python classes to inherit from the base and gui classes. port and param types from an overloaded method todo Replaced TYPES in Port and Param with types parameter. made is_virtual_xxx a block level function, used by port and param classes added stream id type and checking in evaluate avoid loops Recursive resolution of virtual sources. added virtual source and added stream ids, logic to clone in port added rewrite methods to element to separate from validation logic Added virtual sink and logic to clone port. removed repurposing of pads Work on command line options for generated code. renamed the colors dialog to types use pkgpythondir ...
Diffstat (limited to 'grc/blocks/pad_source.xml')
-rw-r--r--grc/blocks/pad_source.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/grc/blocks/pad_source.xml b/grc/blocks/pad_source.xml
index b6ef2c55d..f44d96238 100644
--- a/grc/blocks/pad_source.xml
+++ b/grc/blocks/pad_source.xml
@@ -59,10 +59,8 @@
<nports>$nports</nports>
</source>
<doc>
-This is a source pad block for creating hierarchical flow graphs. \
The outputs of this block will become the inputs to this flow graph when it is instantiated as a hierarchical block. \
-Limit one source pad block per flow graph.
-
-Remember to set the generate options to hier block.
+Limit one source pad block per flow graph. \
+The "pad sink id" will be ignored in this mode.
</doc>
</block>