The file spl_ml_inv. h is the header file that contains the C + + functions that will wrap the MATLAB generated functions. 文件splmlinv.h是头文件,包含将封装MATLAB生成的函数的C++函数。
The Makefile also expresses dependencies among source files, so a change in an all-important header (. h ) file might cause recompilation of all the C source code. 这个Makefile还说明了源文件之间的依赖关系,因此在一个非常重要的头文件(.h)中进行的一项更改,可能会导致重新编译所有的C源代码。
Now that you have a probe definition file ( which will also be used when building the application ) and the header file, it is time to insert the probes into your C source. 既然有了探测定义文件(在构建应用程序时还要使用它)和头文件,现在就该在C源代码中插入探测了。