discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] mblock update


From: Eric Blossom
Subject: [Discuss-gnuradio] mblock update
Date: Tue, 1 May 2007 22:17:57 -0700
User-agent: Mutt/1.5.9i

I've merged the work-in-progress on mblocks + the usrp inband
signaling stuff into the trunk as of r5221.

The "standalone mblock" stuff is effectively done, and is usable in
its current state.  By "standalone" I mean all mblocks, no
combinations of flow graphs and mblocks.

Still remaining are:

  * finishing the host and FPGA work for inband signaling
  * gluing mblocks and flow graphs together in the same system


If you're interested in seeing what mblocks look like, there are some
examples in the QA code that show fairly typical usage (but are of
course contrived tests).

I'd suggest looking at:

  mblock/src/lib/qa_bitset.cc:
        examples of mblock composition and INTERNAL, EXTERNAL and RELAY ports.

  mblock/src/lib/qa_disconnect.cc:
        examples of reconfiguration "on the fly"

  mblock/src/lib/qa_timeouts.cc:
        examples of one-shot and periodic timeouts


The primary include files are:

  mblock/src/lib:

        mb_runtime.h
        mb_mblock.h
        mb_port.h
        mb_message.h


Eric




reply via email to

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