OpenClovis Logo

clCorConfigApi.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2012 OpenClovis Solutions Inc. All Rights Reserved.
3  *
4  * This file is available under a commercial license from the
5  * copyright holder or the GNU General Public License Version 2.0.
6  *
7  * The source code for this program is not published or otherwise
8  * divested of its trade secrets, irrespective of what has been
9  * deposited with the U.S. Copyright office.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details.
15  *
16  * For more information, see the file COPYING provided with this
17  * material.
18  */
19 /*******************************************************************************
20  * ModuleName : cor
21  * File : clCorConfigApi.h
22  *******************************************************************************/
23 
24 /*******************************************************************************
25  * Description :
26  *
27  * The file contains all the MetaData data structures.
28  *
29  *
30  *****************************************************************************/
31 
45 #ifndef _CL_COR_CONFIG_API_H_
46 #define _CL_COR_CONFIG_API_H_
47 
48 #ifdef __cplusplus
49  extern "C" {
50 #endif
51 
52 #include <clCommon.h>
53 #include <clCorMetaData.h>
54 #include <clCorUtilityApi.h>
55 
60 typedef struct ClCorComponentConfig {
61 
65  ClUint32T saveType;
66  ClUint32T OHType;
67  ClUint8T *OHMask;
69 
71 
72 
73 /***** APIs *******/
74 
75 #ifdef __cplusplus
76 }
77 #endif
78 
79 
80 #endif /* _CL_COR_CONFIG_API_H_ */
81 
82 
Typical defines found in any software project.
Header file of all MetaData data structures.
Header File of COR utility APIs.
struct ClCorComponentConfig ClCorComponentConfigT
Configuration related to COR transaction.
Configuration related to COR transaction.
Definition: clCorConfigApi.h:60
ClUint32T saveType
Either periodically save the data in COR per transaction or do not save at all.
Definition: clCorConfigApi.h:65

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