ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Pmi0pmi
user_pmi_lookup_datatypes.h
Go to the documentation of this file.
1
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
//==================================================
3
//Copyright $2012.
4
//Siemens Product Lifecycle Management Software Inc.
5
//All Rights Reserved.
6
//==================================================
7
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
8
15
#ifndef USER_PMI_LOOKUP_DATATYPES_H
16
#define USER_PMI_LOOKUP_DATATYPES_H
17
18
#include <
unidefs.h
>
/* for TAG definition */
19
20
#include<Pmi0pmi/libpmi0pmi_exports.h>
31
typedef
struct
PMI0PMI_bomline_traversed_pmilookup_objs_s
32
{
33
tag_t
bomline
;
34
tag_t
source_object
;
35
int
n_traversed_objs
;
36
tag_t
*
traversed_objs
;
37
}
PMI0PMI_bomline_traversed_pmilookup_objs_t
;
38
44
typedef
struct
PMI0PMI_bomline_preferred_pmilookup_obj_s
45
{
46
tag_t
bomline
;
47
tag_t
preferred_obj
;
48
}
PMI0PMI_bomline_preferred_pmilookup_obj_t
;
49
52
#include <Pmi0pmi/libpmi0pmi_undef.h>
53
54
#endif