OpenClovis Logo

Classes | Macros | Enumerations
clCpmConfigApi.h File Reference

Header file for definitions of configuration parameters used by the CPM. More...

Go to the source code of this file.

Classes

struct  ClCpmNodeClassTypeT
 This is the definition of the class of the node. More...
struct  ClCpmSlotClassTypesT
 This structure is used by the clCpmCardMatch() API. More...

Macros

#define CL_CPM_DEFAULT_MAX_FREQ   32000
 Maximum frequency at which Component Manager will check the heartbeats of the component.
#define CL_CPM_DEFAULT_MIN_FREQ   2000
 Default frequency at which Component Manager performs the heartbeats of the component.

Enumerations

enum  ClCpmCompProcessRelT {
  CL_CPM_COMP_NONE = 0,
  CL_CPM_COMP_MULTI_PROCESS = 1,
  CL_CPM_COMP_SINGLE_PROCESS = 2,
  CL_CPM_COMP_THREADED = 3
}
 This definition of enum indicates the relationship between the component and the process. More...

Detailed Description

Header file for definitions of configuration parameters used by the CPM.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen