ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros | Typedefs | Enumerations | Functions
tcactionhandler.h File Reference
#include <tc/tc_startup.h>
#include <common/emh_const.h>
#include <sub_mgr/tcactionhandler_errors.h>
#include <tc/tc_macros.h>
#include <sub_mgr/subscription.h>
#include <sub_mgr/libsub_mgr_exports.h>
#include <sub_mgr/libsub_mgr_undef.h>

Go to the source code of this file.

Macros

#define EPM_LIB   "epm"
 
#define HANDLERS_INTERNAL_LIB   "sub_mgr"
 
#define MAX_TCACTIONHANDLER_ATTR_STRLEN   240
 
#define MAX_TCACTIONHANDLER_ID_LEN   32
 
#define SA_LIB   "sa"
 
#define USER_EXITS_LIB   "user_exits"
 

Typedefs

typedef enum HANDLER_exec_mode_e HANDLER_exec_mode_t
 
typedef enum
HANDLER_function_type_e 
HANDLER_function_type_t
 

Enumerations

enum  HANDLER_exec_mode_e { HANDLER_execute_in_process, HANDLER_execute_in_separate_process }
 
enum  HANDLER_function_type_e { HANDLER_is_library_function, HANDLER_is_standalone_executable }
 

Functions

SUB_MGR_API int TCACTIONHANDLER_execute_handler (tag_t handler, void *subscriptionActionMsg, int nHandlerArgs, char **handlerArgs,...)
 
SUB_MGR_API int TCACTIONHANDLER_find_handler (const char *handlerIdToFind, tag_t *handler)
 

Detailed Description

ITK wrappers for the TcActionHandler class methods

Definition in file tcactionhandler.h.