ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros | Functions
tceventmgr.h File Reference
#include <tc/tc_startup.h>
#include <stdarg.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 TCEVENTMGR_name_size_c   32
 

Functions

SUB_MGR_API int TCEVENTMGR_post_assign_status_event (tag_t object, const char *release_status_type_name)
 
SUB_MGR_API int TCEVENTMGR_post_attach_event (tag_t relation)
 
SUB_MGR_API int TCEVENTMGR_post_event (tag_t objectType, const char eventTypeName[TCEVENTMGR_name_size_c+1])
 
SUB_MGR_API int TCEVENTMGR_post_event2 (tag_t primaryObject, tag_t secondaryObject, const char eventTypeName[TCEVENTMGR_name_size_c+1], int attrCount, const char **attrNames, const char **attrValues, int errorCode, const char *errorMsg)
 
SUB_MGR_API int TCEVENTMGR_post_event2_2 (tag_t primaryObject, tag_t secondaryObject, const char *eventTypeName, int attrCount, const char **attrNames, const char **attrValues, int errorCode, const char *errorMsg)
 
SUB_MGR_API int TCEVENTMGR_post_event_2 (tag_t objectType, const char *eventTypeName)
 

Detailed Description

This header file declares all data types and constants to be used by clients of the Event Manager.

Definition in file tceventmgr.h.