Added gr_msg_accepter class.
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Sat, 1 Aug 2009 16:43:02 +0000 (09:43 -0700)
committerEric Blossom <eb@comsec.com>
Fri, 14 Aug 2009 04:40:08 +0000 (21:40 -0700)
commitf67c4ff12f19490d2aeab7ff0fbe0484195037f0
tree33c9c2f4931c46a8e4f97bba7977189f3c7e448e
parentf15982950e4674f0cad53d25d36409253661af34
Added gr_msg_accepter class.

gr_msg_accepter derives from gruel::msg_accepter_msgq and will
implement in its post() a notification of the destination block
thread that a message is pending.

Passes distcheck.
gnuradio-core/src/lib/runtime/Makefile.am
gnuradio-core/src/lib/runtime/gr_basic_block.cc
gnuradio-core/src/lib/runtime/gr_basic_block.h
gnuradio-core/src/lib/runtime/gr_msg_accepter.cc [new file with mode: 0644]
gnuradio-core/src/lib/runtime/gr_msg_accepter.h [new file with mode: 0644]
gruel/src/include/gruel/msg_accepter_msgq.h