Using Doxygen+GraphViz to generate function pass in OSSIM source code
When reading the OSSIM source code, you often need to refer to the function call diagram in the code. Below, we use Doxygen+GraphViz to generate this kind of image. As the function calls of most of the OSSIM source code are very complex, this starts with two simple PNG pictures.
OSSIM V2.1 Source Code: https://github.com/ossimuser/OSSIM
Figure 1 sim-log.c function relation call
Figure 2 function call relationship in the ossim.h header file
Figure 3 function call relationship in sim-container.h header file
Tips:
The installation of Doxygen+GraphViz combination has relevant installation materials on Windows, Linux and Mac platforms, which are not described in detail here.