discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] convert old Gnu Radio applications


From: Activecat
Subject: Re: [Discuss-gnuradio] convert old Gnu Radio applications
Date: Thu, 8 May 2014 08:59:03 +0800


On Wed, May 7, 2014 at 5:08 PM, 王先达 <address@hidden> wrote:
Hello Sylvain
                      Thank you very much.
                      But another question i want to ask.Where can i find the document of function and class which are in the new api?These document can provide all the meaning of the function and class written by c++.And the document of api is so obscure that i can't find the frequently-used function for example the basic function for the transmit and receive.Now i want to write the basic transmit and receive modules by c++.And after i written it,which folder i place it?Thank you very much.


The short answer is, you can place the folder at any place you like, usually within your home directory.

Step 1. 
cd to the place where you want to place your module folder, says, /home/xianda.
Create your out-of-tree module by using command:  "gr_modtool  newmod  gr-xianda"
This will create the folder /home/xianda/gr-xianda in the current directory.

Step 2.
cd to /home/xianda/gr-xianda
Create the transmit block by using command: "gr_modtool add -t source transmitter01"

.....
.....
( refer http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules )

 

reply via email to

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