ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
serviceprocessing
serviceprocessing.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2008 Siemens PLM Software
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
13
#ifndef SERVICEPROCESSING_H
14
#define SERVICEPROCESSING_H
15
16
#include <
unidefs.h
>
17
18
#include <
tccore/method.h
>
19
#include <serviceprocessing/libserviceprocessing_exports.h>
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
37
extern
SERVICEPROCESSING_API
int
SERVICEPROCESSING_init_module
();
38
42
extern
SERVICEPROCESSING_API
int
SERVICEPROCESSING__init_util_props
(
METHOD_message_t
*, va_list args );
43
47
extern
SERVICEPROCESSING_API
int
SERVICEPROCESSING__get_physBOMLine
(
48
tag_t
physpart,
49
tag_t
*physBOMLine
50
);
51
55
extern
SERVICEPROCESSING_API
int
SERVICEPROCESSING_setReleaseStatus
(
56
tag_t
object
,
57
char
* releaseName,
58
date_t
releaseDate
59
);
60
61
67
extern
SERVICEPROCESSING_API
int
SERVICEPROCESSING__valphysPartBase
(
68
tag_t
mroProdRev,
69
tag_t
childPhysicalPart,
70
logical
* isChild
72
);
73
78
extern
SERVICEPROCESSING_API
int
SERVICEPROCESSING_doubleToString
79
(
80
double
value,
81
int
precision,
82
std::string& str
83
);
84
88
extern
SERVICEPROCESSING_API
int
SPR0PhysicalPartRevisionSetPropertiesFromSaveAsInputPostAction
(
METHOD_message_t
*, va_list args );
89
90
91
#ifdef __cplusplus
92
}
93
#endif
94
97
#include <serviceprocessing/libserviceprocessing_undef.h>
98
99
#endif
100