Print received messages to stdout.
More...
#include <gr_message_debug.h>
List of all members.
Detailed Description
Print received messages to stdout.
Constructor & Destructor Documentation
gr_message_debug::gr_message_debug |
( |
| ) |
[protected] |
gr_message_debug::~gr_message_debug |
( |
| ) |
|
Member Function Documentation
Get a message (as a PMT) from the message vector at index i
.
Messages passed to the 'store' port will be stored in a vector. This function retrieves those messages by index. They are index in order of when they were received (all messages are just pushed onto the back of a vector). This is mostly useful in debugging message passing graphs and in QA code.
- Parameters:
-
i | The index in the vector for the message to retrieve. |
- Returns:
- a message at index
i
as a pmt_t.
int gr_message_debug::num_messages |
( |
| ) |
|
Reports the number of messages received by this block.
Friends And Related Function Documentation
The documentation for this class was generated from the following file: