|
| TCCORE_API int | METHOD__is_prop_registered (tag_t objTag, const char *methodName, const char *propName, logical *registered) |
| |
| TCCORE_API int | METHOD__register_operationFn (const char *type_name, const char *msg_name, METHOD_function_t base_action, TC_argument_list_t *user_args, METHOD_id_t *method_id) |
| |
| TCCORE_API int | METHOD__register_prop_operationFn (const char *type_name, const char *property_name, const char *msg_name, METHOD_function_t base_action, TC_argument_list_t *user_args, METHOD_id_t *method_id) |
| |
| TCCORE_API int | METHOD_call_post_action (tag_t object, int msg_id,...) |
| |
| TCCORE_API int | METHOD_call_post_action_message (tag_t object, int msg_id,...) |
| |
| TCCORE_API int | METHOD_call_pre_action (tag_t object, int msg_id,...) |
| |
| TCCORE_API int | METHOD_call_pre_action_message (tag_t object, int msg_id,...) |
| |
| TCCORE_API int | METHOD_check_pre_conditions (tag_t object, int msg_id,...) |
| |
| TCCORE_API int | METHOD_check_pre_conditions_message (tag_t object, int msg_id,...) |
| |
| TCCORE_API int | METHOD_execute (tag_t object, int msg_id,...) |
| |
| TCCORE_API int | METHOD_execute_using (tag_t object, tag_t tc_type, int msg_id,...) |
| |
| TCCORE_API int | METHOD_find_prop_method (const char *type_name, const char *property_name, const char *msg_name, METHOD_id_t *method_id) |
| |
| TCCORE_API int | METHOD_get_message_property_descriptor (const METHOD_message_t *message, tag_t *property_descriptor) |
| |
| TCCORE_API int | METHOD_get_prop_message_id (const char *msg_name, const char *property_name, int *msg_id) |
| |
| TCCORE_API int | METHOD_merge_prop_message_id (int merge_msg_id, const char *property_name, int *msg_id) |
| |
| TCCORE_API int | METHOD_register_prop_method (const char *type_name, const char *property_name, const char *msg_name, METHOD_function_t base_action, TC_argument_list_t *user_args, METHOD_id_t *method_id) |
| |
|
| TCCORE_API int | METHOD_attach_action (const char *typeName, const char *methodName, int prePostFlag, METHOD_function_t fn, TC_argument_list_t *userData) |
| |
| TCCORE_API int | METHOD_register_method (const char *type_name, const char *msg_name, METHOD_function_t base_action, TC_argument_list_t *user_args, METHOD_id_t *method_id) |
| |
| TCCORE_API int | METHOD_add_pre_condition (METHOD_id_t method_id, METHOD_function_t pre_condition_handler, TC_argument_list_t *user_args) |
| |
| TCCORE_API int | METHOD_add_action (METHOD_id_t method_id, METHOD_action_type_t action_type, METHOD_function_t action_handler, TC_argument_list_t *user_args) |
| |
| TCCORE_API int | METHOD_add_action2 (METHOD_id_t method_id, METHOD_action_type_t action_type, METHOD_function_t action_handler, TC_argument_list_t *user_args, logical auto_dispatched) |
| |
| TCCORE_API int | METHOD_find_method (const char *type_name, const char *msg_name, METHOD_id_t *method_id) |
| |
| TCCORE_API int | METHOD_find_dynamic_method (const char *type_name, const char *msg_name, METHOD_id_t *method_id) |
| |
Method function prototypes
Definition in file method.h.