On Mon, Apr 28, 2008 at 10:11:47AM -0700, David Li wrote:
> 
> 1. In section "Constructing / Assigning a PMT": isn't pmt_list part of
> this too?
>

FWIW, there's no list type.  A list is built from the empty list
(PMT_NIL) and pairs (conses).  It's pretty much isomorphic to scheme
and lisp data types.

To save George some typing, you may want to just look at
the doxygen header comments in pmt/src/lib/pmt.h or
http://gnuradio.org/doc/doxygen/pmt_8h.html

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to