Type definitions for plug-in details. More...
Typedefs | |
| typedef enum MVPluginProperty_t | MVPluginProperty_t |
| typedef struct _MVPluginDetails_t * | MVPluginDetails_t |
| Opaque data type which stores additional details about the plug-in. More... | |
Enumerations | |
| enum | MVPluginProperty_t { eMVPluginProperty_Version = 0, eMVPluginProperty_Description = 1, eMVPluginProperty_RapidValidation = 2 } |
| These properties describe details about the plug-in. More... | |
Type definitions for plug-in details.
| typedef struct _MVPluginDetails_t* MVPluginDetails_t |
Opaque data type which stores additional details about the plug-in.
MVPluginDetails_t is a pointer to an opaque data structure. It is passed as an argument to the optional MVDetails plug-in function, where it can be filled with additional plug-in details using the API functions in mv_plugin_details.h.
| enum MVPluginProperty_t |
These properties describe details about the plug-in.
Set these properties by calling MV_PluginDetails_SetProperty(), passing the enum value and an MVValue_t with the data structured as documented.