discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] addition to wiki- page?


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] addition to wiki- page?
Date: Thu, 26 Jun 2008 11:19:20 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

On Thu, Jun 26, 2008 at 08:26:44AM -0700, Eric Blossom wrote:
> On Thu, Jun 26, 2008 at 01:29:29PM +0200, Mattias Kjellsson wrote:
> > Hi,
> >
> > Regarding my question here a few days ago (yesterday ?). I managed to solve 
> > the issues I had with the pmt type. After some digging in pmt.cc and pmt.h 
> > I figured that what I was looking for was "const void 
> > *pmt_uniform_vector_elements(pmt_t v, size_t &len)"
> >
> > On the wiki-page ( http://gnuradio.org/trac/wiki/TypePMT#UniformVectors ) 
> > the function "pmt_s16vector_writable_elements(s16vec, vec_size)" is 
> > suggested, witch was giving me the error "error: 
> > ‘pmt_s16vector_writable_elements’ was not declared in this scope", 
> > while the function I dug up, defined in the same header- , and implemented 
> > in the same source- file wasn't. Kind of strange is it not?
> 
> Thanks for pointing out the problem.  I consistently misspelled
> "writable" in the code.  Nothing like having my spelling errors
> pointed out by a non-native speaker ;)
> 
> I'll fix it in the trunk in a little bit.
> 

Fixed in the trunk as of r8727.

Eric




reply via email to

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