Bootstrap struct for plug-in API version 2. More...
#include <mvtec/plugin/mv_types.h>Data Structures | |
| struct | _MVClass_V2_t |
| Data structure holding function pointers to plug-in API functions. More... | |
Typedefs | |
| typedef struct _MVClass_V2_t | MVClass_V2_t |
| Data structure holding function pointers to plug-in API functions. More... | |
Bootstrap struct for plug-in API version 2.
| typedef struct _MVClass_V2_t MVClass_V2_t |
Data structure holding function pointers to plug-in API functions.
The individual function pointers in this structure can be initialized by a plug-in in its MVInit_V2 API function.
MVOpen, MVClose, MVStart, and MVStop is mandatory whereas MVExpose and MVValidate may be left at their initial NULL value if the plug-in does not support configuration.