Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
MmPrintGraph()
Print a graph tree to the display
Synopsis:
void MmPrintGraph(const MmFilter_t *filter,
int32_t level);
Arguments:
- filter
- The filter you want to start printing at.
- level
- Set this argument to 0.
Library:
mmedia
Description:
This function prints the graph tree, starting at the given filter, to stdout. You should set the level to 0, as the printing is done recursively, with level incrementing down the filter graph.
Classification:
Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)