|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <unidefs.h>#include <mechatronics/libmechatronics_exports.h>#include <mechatronics/libmechatronics_undef.h>Go to the source code of this file.
Macros | |
| #define | GDELINK_CLASS_NAME "GeneralDesignElementLink" |
| #define | GDELINK_DEFAULT_TYPE "GDELink_default_type" |
| #define | GDELINK_STORAGE_CLASS_NAME "GDELinkStorage" |
| #define | GDELINK_STORAGE_TYPE_NAME GDELINK_STORAGE_CLASS_NAME |
| #define | GDELINK_TYPE_NAME GDELINK_CLASS_NAME |
| #define | TC_LINK "TC_Link" |
Functions | |
| MECHATRONICS_API int | GDELINK_add_to_connection (tag_t gdelink_line_tag, int gde_line_count, tag_t *gde_line_tags) |
| MECHATRONICS_API int | GDELINK_connect (const char *gdelink_name, const char *gdelink_desc, const char *gdelink_type, int gde_line_count, tag_t *gde_line_tags, tag_t *gdelink_line_tag) |
| MECHATRONICS_API int | GDELINK_create (const char *gdelink_name, const char *gdelink_desc, const char *gdelink_type, tag_t *new_gdelink) |
| MECHATRONICS_API int | GDELINK_disconnect (tag_t gdelink_line_tag) |
| MECHATRONICS_API int | GDELINK_list_connected_gdes (tag_t gdelink_line_tag, int *gde_line_count, tag_t **gde_line_tags) |
| MECHATRONICS_API int | GDELINK_list_implementedBy (tag_t gdelink_line_tag, int *gde_line_count, tag_t **gde_line_tags) |
| MECHATRONICS_API int | GDELINK_list_realizedBy (tag_t bom_line_tag, int *gde_line_count, tag_t **gde_line_tags) |
| MECHATRONICS_API int | GDELINK_remove_from_connection (tag_t gdelink_line_tag, int gde_line_count, tag_t *gde_line_tags) |