ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
secore
secore.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
16
#ifndef __SECORE_H__
17
#define __SECORE_H__
18
19
#include <
unidefs.h
>
20
#include <secore/libsecore_exports.h>
21
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
31
extern
SECORE_API
int
SECORE_move_down
32
(
33
tag_t
selectedBOMLine,
34
tag_t
* modifiedBOMLine
35
);
36
37
41
extern
SECORE_API
int
SECORE_move_up
42
(
43
tag_t
selectedBOMLine,
44
tag_t
* modifiedBOMLine
45
);
46
50
extern
SECORE_API
int
SECORE_promote
51
(
52
tag_t
selectedBOMLine ,
53
tag_t
* modifiedBOMLine
54
);
55
59
extern
SECORE_API
int
SECORE_demote
60
(
61
tag_t
selectedBOMLine,
62
tag_t
* modifiedBOMLine
63
);
64
68
extern
SECORE_API
int
SECORE_move_to
69
(
70
tag_t
selectedBOMLine,
71
char
* number,
72
tag_t
* modifiedBOMLine
73
);
74
75
#ifdef __cplusplus
76
}
77
#endif
78
79
#include <secore/libsecore_undef.h>
80
#endif
/* __SECORE_H__ */