OpenClovis Logo

Macros | Functions
clEventExtApi.h File Reference

Header file of Event Manager Related APIs. More...

#include "clCommon.h"
#include "clCommonErrors.h"
#include "clOsalApi.h"
#include "clCntApi.h"
#include "clEventErrors.h"
#include "clEventApi.h"

Go to the source code of this file.

Macros

#define CL_EVENT_NON_ZERO_MATCH   CL_EVENT_PASS_ALL_FILTER+1
 This is extension to SAF filter ClEventFilterTypeT to provide non-zero matching.

Functions

ClRcT clEventExtAttributesGet (CL_IN ClEventHandleT eventHandle, CL_OUT ClUint32T *pEventType, CL_OUT ClEventPriorityT *pPriority, CL_OUT ClTimeT *pRetentionTime, CL_OUT ClNameT *pPublisherName, CL_OUT ClTimeT *pPublishTime, CL_OUT ClEventIdT *pEventId)
 Returns event attributes designated by eventHandle.
ClRcT clEventExtAttributesSet (CL_IN ClEventHandleT eventHandle, CL_IN ClUint32T eventType, CL_IN ClEventPriorityT priority, CL_IN ClTimeT retentionTime, CL_IN const ClNameT *pPublisherName)
 Sets event attributes.
ClRcT clEventExtSubscribe (CL_IN ClEventChannelHandleT channelHandle, CL_IN ClUint32T eventType, CL_IN ClEventSubscriptionIdT subscriptionId, CL_IN void *pCookie)
 Subscribes to an event identified by event type (constant integer instead of filter).
ClRcT clEventExtWithRbeSubscribe (CL_IN const ClEventChannelHandleT channelHandle, CL_IN ClRuleExprT *pRbeExpr, CL_IN ClEventSubscriptionIdT subscriptionID, CL_IN void *pCookie)
 Subscribes to an event identified by an RBE.

Detailed Description

Header file of Event Manager Related APIs.


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