|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Go to the source code of this file.
Macros | |
| #define | BMF_FND_new_persistent_id_msg "BMF_FND_new_persistent_id" |
| #define | PS_bvr_create_occs_msg "PS_bvr_create_occs" |
| #define | PS_bvr_create_occs_with_occ_type_msg "PS_bvr_create_occs_with_occ_type" |
| #define | PS_bvr_import_new_occ_msg "PS_bvr_import_new_occ" |
| #define | PUBLISHLINK_create_msg "PS_create_publishlink" |
| #define | PUBLISHLINK_publish_data_msg "PS_publishlink_publish_data" |
Module: PS Product Structure specific 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.
Generic system messages, e.g. save, delete are defined in tc_msg.h. 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 ps_msg.h.