Apama
10.2.0.3
|
#include <correlator_plugin.h>
Public Attributes | |
const AP_char8 * | name |
AP_PluginFunctionPtr | fptr |
AP_uint32 | nParams |
const AP_char8 ** | paramTypes |
const AP_char8 * | returnType |
Note that the argument and return types in this structure are strings (not AP_TypeDiscriminator objects) that use the same syntax as EPL declarations. For example, the declare a function argument as a sequence of integers, the corresponding element of the paramTypes array would contain "sequence<integer>".
AP_PluginFunctionPtr AP_PluginFunction::fptr |
const AP_char8* AP_PluginFunction::name |
AP_uint32 AP_PluginFunction::nParams |
const AP_char8** AP_PluginFunction::paramTypes |
const AP_char8* AP_PluginFunction::returnType |