Wednesday, April 24, 2013

Message Source & Message Sink

 gr.message_source              &                   gr.message_sink

The message source receives data from messages sent to it and writes it to an output stream.

The message sink reads data from its input stream, generates messages and inserts them into the provided message queue.


** Will put a relevant example soon for the same :)

No comments:

Post a Comment