Core feature-lib for initialization. More...
Macros | |
| #define | VFTR_init(args) |
| Check the version and initialize dump system. More... | |
| #define | VFTR_exit() |
| Exit dump system. More... | |
Functions | |
| int | _VFTR_init (const char *ver_str) |
| Check versions are matched and print version info. More... | |
Core feature-lib for initialization.
| #define VFTR_exit | ( | ) |
Exit dump system.
| #define VFTR_init | ( | args | ) |
Check the version and initialize dump system.
If this function is not called at the begining, then dump functions are disabled for all VFTR modules.
| int _VFTR_init | ( | const char * | ver_str | ) |
Check versions are matched and print version info.
| [in] | ver_str | The version string defined in vftr_ver.h |