commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 09/16: gr-dtv: Add DVB-S2 transmitter updat


From: git
Subject: [Commit-gnuradio] [gnuradio] 09/16: gr-dtv: Add DVB-S2 transmitter update.
Date: Sun, 29 Mar 2015 02:27:26 +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 dcb0088ffabcc4555c59bdfcdb9bcf7a6231d6f0
Author: Ron Economos <address@hidden>
Date:   Tue Mar 24 11:19:53 2015 -0700

    gr-dtv: Add DVB-S2 transmitter update.
---
 gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h | 4 ++--
 gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h 
b/gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h
index f38cf42..68e5403 100644
--- a/gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h
+++ b/gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h
@@ -43,9 +43,9 @@ namespace gr {
       /*!
        * \brief Create a DVB-S2 constellation modulator.
        *
-       * \param constellation DVB-S2 constellation.
-       * \param rate FEC code rate.
        * \param framesize FEC frame size (normal or short).
+       * \param rate FEC code rate.
+       * \param constellation DVB-S2 constellation.
        */
       static sptr make(dvb_framesize_t framesize, dvb_code_rate_t rate, 
dvb_constellation_t constellation);
     };
diff --git a/gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h 
b/gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h
index a7d6b3b..0893d01 100644
--- a/gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h
+++ b/gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h
@@ -44,10 +44,10 @@ namespace gr {
       /*!
        * \brief Create a DVB-S2 physical layer framer.
        *
-       * \param constellation DVB-S2 constellation.
+       * \param framesize FEC frame size (normal or short).
        * \param rate FEC code rate.
+       * \param constellation DVB-S2 constellation.
        * \param pilots pilot symbols (on/off).
-       * \param framesize FEC frame size (normal or short).
        * \param goldcode physical layer scrambler Gold code (0 to 262141 
inclusive).
        */
       static sptr make(dvb_framesize_t framesize, dvb_code_rate_t rate, 
dvb_constellation_t constellation, dvbs2_pilots_t pilots, int goldcode);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]