[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/08: fec: Adding doxygen comments to new
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/08: fec: Adding doxygen comments to new dummy encoder params. |
Date: |
Wed, 5 Aug 2015 20:50:46 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 538fe75543518e6dadbeeeb17ab1972914b82faa
Author: Tom Rondeau <address@hidden>
Date: Wed Jul 29 12:20:45 2015 -0400
fec: Adding doxygen comments to new dummy encoder params.
---
gr-fec/include/gnuradio/fec/dummy_encoder.h | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/gr-fec/include/gnuradio/fec/dummy_encoder.h
b/gr-fec/include/gnuradio/fec/dummy_encoder.h
index 863234e..cd38d74 100644
--- a/gr-fec/include/gnuradio/fec/dummy_encoder.h
+++ b/gr-fec/include/gnuradio/fec/dummy_encoder.h
@@ -51,8 +51,21 @@ namespace gr {
* \param frame_size Number of bits per frame. If using in the
* tagged stream style, this is the maximum allowable
* number of bits per frame.
+ * \param pack Determines how to handle the input data stream
+ * as packed or unpacked bits. If set to True, the
+ * encoder's get_input_conversion will be set to
+ * 'pack', meaning that the data must be packed before
+ * being sent to this encoder. Generally handled
+ * through an extended encoder interface.
+ * \param packed_bits Determines how the output data stream is
+ * handled. If set to True, the encoder's
+ * get_output_conversion returns 'packed_bits', meaning
+ * that the output data of the encoder is packed and
+ * should be unpacked. Generally handled throug an
+ * extended encoder interface.
*/
- static generic_encoder::sptr make(int frame_size, bool pack = false,
bool packed_bits = false);
+ static generic_encoder::sptr make(int frame_size, bool pack = false,
+ bool packed_bits = false);
/*!
* Sets the uncoded frame size to \p frame_size. If \p
- [Commit-gnuradio] [gnuradio] branch master updated (6cf003d -> 81f632c), git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 01/08: Replacing center of mass interpolation for the time_est tag with parabolic interpolation. It should be more accurate although still is a biased estimate of the time delay, git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 03/08: Merge branch 'maint', git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 04/08: Merge remote-tracking branch 'garverp/corr_est_parabolicinterp', git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 02/08: fec: Adding doxygen comments to new dummy encoder params.,
git <=
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'tom/examples/qtgui_niceties', git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 05/08: apps: removed title and legend from uhd_fft for more viewing space., git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 07/08: Merge remote-tracking branch 'tom/fec/dummy_enc_docs', git, 2015/08/05
- [Commit-gnuradio] [gnuradio] 06/08: examples: removed extra titles or legends from QTGUI blocks in examples., git, 2015/08/05