types.h¶
// SPDX-License-Identifier: MIT
-
struct elosPluginConfig¶
[source] Configuration for a plugin. Sets the type of the plugin as well as the functions that are used by PluginControl.
Must always have the variable name “elosPluginConfig” so PluginControl can locate it when the plugin is loaded.
-
elosPluginTypeE_t type¶
[source] Defines the type of the plugin (scanner, …)
-
elosPluginTypeE_t type¶
-
struct elosPluginConfig_t¶
[source] Configuration for a plugin. Sets the type of the plugin as well as the functions that are used by PluginControl.
Must always have the variable name “elosPluginConfig” so PluginControl can locate it when the plugin is loaded.
-
elosPluginTypeE_t type¶
[source] Defines the type of the plugin (scanner, …)
-
elosPluginTypeE_t type¶