Message Debug: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(add example flowgraph) |
||
Line 16: | Line 16: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
[[File:PUB_SUB_msg_demo.png]] | |||
== Source Files == | == Source Files == |
Revision as of 13:16, 26 February 2020
Debug block for the message passing system.
The message debug block is used to capture and print or store messages as they are received. Any block that generates a message may connect that message port to one or more of the three message input ports of this debug block.
The message ports are:
- print: prints the message directly to standard out.
- store: stores the message in an internal vector. May be access using the get_message function.
- print_pdu: specifically designed to handle formatted PDUs (see pdu.h).
Parameters
None
Example Flowgraph
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO