mv_class_v2.h File Reference

Bootstrap struct for plug-in API version 2. More...

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...
 

Detailed Description

Bootstrap struct for plug-in API version 2.

Typedef Documentation

◆ MVClass_V2_t

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.

Remarks
Setting the function pointers for 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.