|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <tccore/libtccore_exports.h>#include <tccore/libtccore_undef.h>Go to the source code of this file.
Macros | |
| #define | TC_assign_primary_obj_to_project_msg "TC_assign_primary_obj_to_project" |
| #define | TC_delete_msg "IMAN_delete" |
| #define | TC_export_msg "IMAN_export" |
| #define | TC_import_msg "IMAN_import" |
| #define | TC_refresh_msg "IMAN_refresh" |
| #define | TC_remove_primary_obj_from_project_msg "TC_remove_primary_obj_from_project" |
| #define | TC_save_msg "IMAN_save" |
Teamcenter generic Message definitions.
Messages are general actions e.g. save, delete. When a Message is sent to a specific Type or instance of a Type, then the Method registered with that Message/Type combination will be executed. See ITK documentation on Methods for further details.
Each message has a unique set of parameters, which are defined here. These parameters are passed in the varargs list of METHOD_execute / METHOD_execute_using, and received in the varargs list of action functions registered to perform methods.
Messages specific to a particular module are defined in a header belonging to that module, e.g. ITEM_create_msg is defined in item_msg.h.
Definition in file tc_msg.h.