discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] c++ example


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] c++ example
Date: Wed, 12 Aug 2009 12:30:17 -0700

On Wed, 2009-08-12 at 21:25 +0200, Mattias Kjellsson wrote:

> In an effort to begin to use the gr- framework, including flow- graphs 
> (I have been using only selected parts of gr), I have re- written the 
> BERT example to c++ instead. Although it isn't as polished as the 
> original python script, with parameters from command- line and such, it 
> produces the same results as the python implementation (why wouldn't it?).

Excellent.

> The only functionality outside of gr I have used is a pthread for 
> displaying output at the rx- side, but that
> shouldn't be a problem, as long as the switch to boost- threads hasn't 
> been done?

Well, we're migrating things off omnithreads to Boost threads.  It would
be preferable if you implement the receiver status thread using Boost.

> If there is an interest I could "polish" the program a bit more.

Sure, go ahead.

Johnathan





reply via email to

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