clientmanager_types.h
// SPDX-License-Identifier: MIT
-
struct elosClientManager
[source]
Data structure of a ClientManager
-
int *pluginManager
[source]
component to manage client plugins
-
const samconfConfig_t *config
[source]
configuration variables for elos
-
const char *searchPath
[source]
string for the plugin manager to start search from
-
int pluginControlPtrVector
[source]
Plugin Control vector to load client plugins on to
-
struct elosClientManagerParam
[source]
Initialization parameters for a new client manager component
-
int *pluginManager
[source]
plugin manager where client plugins are stored and managed
-
samconfConfig_t *config
[source]
elos configuration variables
-
struct elosClientManagerParam_t
[source]
Initialization parameters for a new client manager component
-
int *pluginManager
[source]
plugin manager where client plugins are stored and managed
-
samconfConfig_t *config
[source]
elos configuration variables
-
struct elosClientManager_t
[source]
Data structure of a ClientManager
-
int *pluginManager
[source]
component to manage client plugins
-
const samconfConfig_t *config
[source]
configuration variables for elos
-
const char *searchPath
[source]
string for the plugin manager to start search from
-
int pluginControlPtrVector
[source]
Plugin Control vector to load client plugins on to