scannermanager_types.h

// SPDX-License-Identifier: MIT

struct elosScannerManager
[source]

Data structure of a ScannerManager

int *pluginManager
[source]

component to manage scanner 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 scanner plugins on to

struct elosScannerManagerParam
[source]

Initialization parameters for a new scanner manager component

int *pluginManager
[source]

plugin manager where scanner plugins are stored and managed

samconfConfig_t *config
[source]

elos configuration variables

struct elosScannerManagerParam_t
[source]

Initialization parameters for a new scanner manager component

int *pluginManager
[source]

plugin manager where scanner plugins are stored and managed

samconfConfig_t *config
[source]

elos configuration variables

struct elosScannerManager_t
[source]

Data structure of a ScannerManager

int *pluginManager
[source]

component to manage scanner 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 scanner plugins on to