Data Structures | |
| class | slaPluginServer |
| class | slcMutex |
| class | slcPluginArgs |
| class | slcPluginInfo |
| class | slcPluginServer |
| class | slcThreadLock |
Typedefs | |
| typedef slcPluginInfo *(* | SPL_INFO_FUNC )(void) |
| typedef bool(* | SPL_INIT_FUNC )(const slcPluginArgs *) |
| typedef bool(* | SPL_RUN_FUNC )(const slcPluginArgs *) |
| typedef bool(* | SPL_SHUTDOWN_FUNC )(const slcPluginArgs *) |
| typedef slcPluginInfo*( * SPL::SPL_INFO_FUNC)(void) |
The plugin's information function.
Definition at line 283 of file spl_pluginserver.h.
| typedef bool( * SPL::SPL_INIT_FUNC)(const slcPluginArgs *) |
The plugin's initialisation function.
Definition at line 268 of file spl_pluginserver.h.
| typedef bool( * SPL::SPL_RUN_FUNC)(const slcPluginArgs *) |
The plugin's run function.
Definition at line 273 of file spl_pluginserver.h.
| typedef bool( * SPL::SPL_SHUTDOWN_FUNC)(const slcPluginArgs *) |
The plugin's shutdown function.
Definition at line 278 of file spl_pluginserver.h.
1.5.3