PluginCInterfaceHelper.h File Reference

Ready-to-use template functions to initialize API functions symbols in MVInit_V2. More...

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)
 

Detailed Description

Ready-to-use template functions to initialize API functions symbols in MVInit_V2.