ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tccore
tracelink.h
Go to the documentation of this file.
1
/* ==================================================
2
Copyright 2014.
3
Siemens Product Lifecycle Management Software Inc.
4
All Rights Reserved.
5
================================================== */
15
/* */
16
25
#ifndef TEAMCENTER_TRACELINK_H
26
#define TEAMCENTER_TRACELINK_H
27
28
#include <
unidefs.h
>
29
#include <tccore/libtccore_exports.h>
30
31
#ifdef __cplusplus
32
extern
"C"
{
33
#endif
34
45
extern
TCCORE_API
int
TL_find_trace_links_for_defining
(
46
tag_t
source,
47
int
*tracelink_count,
48
tag_t
**tracelink_tags
49
);
50
61
extern
TCCORE_API
int
TL_find_trace_links_for_complying
(
62
tag_t
target,
63
int
*tracelink_count,
64
tag_t
**tracelink_tags
65
);
66
78
extern
TCCORE_API
int
TL_find_in_context_trace_links_for_defining
(
79
tag_t
bom_window,
80
int
* tracelink_count,
81
tag_t
** bom_lines,
82
tag_t
** tracelinks
83
);
84
96
extern
TCCORE_API
int
TL_find_in_context_trace_links_for_complying
(
97
tag_t
bom_window,
98
int
* tracelink_count,
99
tag_t
** bom_lines,
100
tag_t
** tracelinks
101
);
102
105
#ifdef __cplusplus
106
}
107
#endif
108
109
#include <tccore/libtccore_undef.h>
110
#endif