6 #include <clAmsEntities.h>
10 #include <clCorModule.h>
17 extern ClRcT corAmfTreeInitialize(
void);
18 extern ClRcT corAmfMibTreeInitialize(
void);
19 extern ClRcT corAmfEntityInitialize(
void);
20 extern ClRcT corAmfEntityAttributeListGet(ClUint32T *pEntityId,
24 extern ClRcT corAmfExtendedClassAttributeListGet(
const ClCharT *pExtendedClassName,
29 extern ClRcT corAmfMoClassCreate(
const ClCharT *entity,
33 extern ClRcT clCorAmfMoIdGet(
const ClCharT *name,
34 ClAmsEntityTypeT type,
40 extern ClRcT clCorAmfModuleHandler(ClCorModuleInfoT *info);
42 extern ClBoolT gClAmfMibLoaded;
Typical defines found in any software project.
Common Error Codes shared across multiple Clovis ASP Components.
Header file of Clovis Object Registry (COR) related APIs.
Header file of all External Error Ids for COR.
Header File of COR utility APIs.
ClUint32T ClRcT
Clovis return code type.
Definition: clCommon.h:168
ClInt32T ClCorClassTypeT
The type of an identifier for the COR class.
Definition: clCorMetaData.h:201
This structure represents a reference to an AMF entity.
Definition: clAmsEntities.h:110
The structure ClCorMOId contains MoId of the object, which is the address of the COR object.
Definition: clCorMetaData.h:918
The structure ClCorMOClassPath contains the COR object handle.
Definition: clCorMetaData.h:1212
Type to provide the list of attribute values for initialized attributes.
Definition: clCorMetaData.h:1350