Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

ME messages
[ME]

Defines


Define Documentation

#define ME_clone_template_action_msg   "ME_clone_template_action"

Create a new message for process cloning

Parameters:
tag_t parent_tag: object to be cloned
tag_t parent_line_tag: bomline tag for the object to be cloned
tag_t new_object_tag: cloned object
const char* name: name of the new object
const char* desc: desc of the new object
const char* id: id of the new object
const char* revid: revid of the new object

Definition at line 54 of file me_msg.h.

#define ME_create_po_msg   "ME_create_processoperation"

Create a new process operation object.

Parameters:
const char* poName
const char* poDesc
tag_t* newpo

Definition at line 42 of file me_msg.h.