1 #ifndef CL_AMF_PLUGIN_API_H
2 #define CL_AMF_PLUGIN_API_H
4 #include <clPluginApi.h>
12 #define CL_AMF_PLUGIN_VERSION 1
13 #define CL_AMF_PLUGIN_ID 0x20130909
14 #define CL_AMF_PLUGIN_NAME "amfPlugin.so"
23 typedef void (*clAmfPluginNotificationCallbackT)(
ClIocNodeAddressT node, ClNodeStatus status);
28 typedef ClRcT (*clAmfPluginNotificationRunT)(clAmfPluginNotificationCallbackT callback);
35 clAmfPluginNotificationCallbackT clAmfNotificationCallback;
36 clAmfPluginNotificationRunT clAmfRunTask;
37 clAmfPluginNodeStatusT clAmfNodeStatus;
44 ClPluginHandle* clAmfPluginHandle = NULL;
45 ClAmfPluginApi* clAmfPlugin = NULL;
Header file of Debug Service Related APIs.
ClUint32T ClRcT
Clovis return code type.
Definition: clCommon.h:168
ClUint32T ClIocNodeAddressT
The IOC node address.
Definition: clIocApi.h:343