CDP_FrameworkServices
Fields
cdp_int_t | pluginApiMajorVer |
cdp_int_t | pluginApiMinorVer |
CDP_RegisterProviderFunc | registerProviderFunc |
CDP_LogFunc | logFunc |
CDP_SetPluginInfoFunc | setPluginInfoFunc |
Detailed Description
-
struct
CDP_FrameworkServices
Aggregates the services that the plugin framework provides to the plugin.
This includes version of the plugin API, registering data providers and functions for logging and reporting information on the plugin itself. This struct is passed to each plugin at initialization time.
Public Members
-
CDP_RegisterProviderFunc
registerProviderFunc
Function for registering data providers.
-
CDP_LogFunc
logFunc
Function pointer for log function.
-
CDP_SetPluginInfoFunc
setPluginInfoFunc
Function pointer for communicating plugin info.
-
CDP_RegisterProviderFunc