This is used to pass PM and PM reset attributes information to the Primary OI. More...
#include <clPMApi.h>
Public Attributes | |
| ClCorTypeT | attrDataType | 
| This contains the actual datatype of the attribute.  | |
| ClCorAttrIdT | attrId | 
| Attribute Id of PM or PM reset attribute.  | |
| ClCorAttrTypeT | attrType | 
| Type of the attribtute.   | |
| ClInt32T | index | 
| Index of the attribute.   | |
| ClCorAttrPathPtrT | pAttrPath | 
| Attribute Path.   | |
| void * | pPMData | 
| This contains the PM reset attribute's value if it is reset from north-bound, or the Primary OI should copy the value of PM attribute from its local cache into this if it is read from north-bound.  | |
| ClUint32T | size | 
| Size of the attribute.  | |
This is used to pass PM and PM reset attributes information to the Primary OI.
| ClCorAttrTypeT ClPMAttrDataT::attrType | 
Type of the attribtute.
The value of this will be CL_COR_ARRAY_ATTR for array attribute and CL_COR_SIMPLE_ATTR for non-array attribute.
| ClInt32T ClPMAttrDataT::index | 
Index of the attribute.
This will be CL_COR_INVALID_ATTR_IDX for non-array attribute.
| ClCorAttrPathPtrT ClPMAttrDataT::pAttrPath | 
Attribute Path.
This is always NULL and will be supported in the future release.