Ready-to-use template functions to initialize API functions symbols in MVInit_V2. More...
#include <mvtec/plugin-support/v1/Config/ConfigEntry.h>#include <mvtec/plugin-support/v1/Config/Description.h>#include <mvtec/plugin-support/v1/Config/PluginConfig.h>#include <mvtec/plugin-support/v1/Config/Validation.h>#include <mvtec/plugin-support/v1/Defines.h>#include <mvtec/plugin-support/v1/Logger.h>#include <mvtec/plugin-support/v1/PluginException.h>Data Structures | |
| struct | LippincottHelper |
| struct | EmptyConfig |
| struct | StaticMemberHelper< StaticObject > |
| struct | ConfigCInterface< ConfigDescription, Config > |
Functions | |
| template<typename Plugin , typename... Args> | |
| MVCode_t | OpenPlugin (MVPlugin_t handle, Args &&... args) |
| template<typename Plugin > | |
| MVCode_t | ClosePlugin (MVPlugin_t handle) |
| template<typename Plugin > | |
| MVCode_t | StartPlugin (MVPlugin_t handle) |
| template<typename Plugin , typename ConfigDescription , typename Config > | |
| MVCode_t | StartPlugin (MVPlugin_t handle) |
| template<typename Plugin > | |
| MVCode_t | StopPlugin (MVPlugin_t handle) |
| MVCode_t | SetPluginDetails (MVPluginDetails_t details, PluginDetails const &pluginDetails) |
Ready-to-use template functions to initialize API functions symbols in MVInit_V2.