OpenClovis Logo

clCorServiceId.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 : clCorServiceId.h
22  *******************************************************************************/
23 
24 /*******************************************************************************
25  * Description :
26  *
27  * This file contains the service ids(fixed) for all the MSPs.
28  *
29  *****************************************************************************/
30 
43 #ifndef _CL_COR_SERVICE_ID_H_
44 #define _CL_COR_SERVICE_ID_H_
45 
46 #ifdef __cplusplus
47  extern "C" {
48 #endif
49 
57 typedef enum {
58 
59  CL_COR_INVALID_SRVC_ID = -1,
60 
65 
70 
75 
80 
81 /*
82  * Openclovis PM manager.
83  */
84  CL_COR_SVC_ID_PM_MANAGEMENT,
85 
86 /*
87  * OpenClovis AMF manager
88  */
89  CL_COR_SVC_ID_AMF_MANAGEMENT,
90 
91 /*
92  * Openclovis Chassis manager
93  */
94  CL_COR_SVC_ID_CHM_MANAGEMENT,
95 
100 
101  CL_COR_SVC_ID_FORCED = CL_FORCED_TO_16BITS
102 
104 
105 #ifdef __cplusplus
106 
107 }
108 
109 #endif
110 #endif /* _CL_COR_SERVICE_ID_H_ */
111 
112 

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