32 #ifndef _CL_CPM_CONFIG_API_H_
33 #define _CL_CPM_CONFIG_API_H_
46 #define CL_CPM_DEFAULT_MIN_FREQ 2000
54 #define CL_CPM_DEFAULT_MAX_FREQ 32000
ClCpmCompProcessRelT
This definition of enum indicates the relationship between the component and the process.
Definition: clCpmConfigApi.h:61
@ CL_CPM_COMP_THREADED
This indicates that the component consists of multiple threads, but the process does not belong to th...
Definition: clCpmConfigApi.h:82
@ CL_CPM_COMP_NONE
This indicates the component does not have any execution context.
Definition: clCpmConfigApi.h:66
@ CL_CPM_COMP_MULTI_PROCESS
This indicates the component consists of multiple processes.
Definition: clCpmConfigApi.h:71
@ CL_CPM_COMP_SINGLE_PROCESS
This indicates the component consists of a single process.
Definition: clCpmConfigApi.h:76
A name.
Definition: clCommon.h:197
This is the definition of the class of the node.
Definition: clCpmConfigApi.h:89
ClNameT identifier
Node identifier, an opaque string to the CPM.
Definition: clCpmConfigApi.h:97
ClNameT name
Node name.
Definition: clCpmConfigApi.h:93
This structure is used by the clCpmCardMatch() API.
Definition: clCpmConfigApi.h:104
ClCpmNodeClassTypeT * nodeClassTypes
Array of nodeClass and the identifier pair.
Definition: clCpmConfigApi.h:112
ClUint32T numItems
Indicates the number of items in the nodeClassTypes.
Definition: clCpmConfigApi.h:108