ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
plp0prodlineplan
plp0prodlineplan_errors.h
Go to the documentation of this file.
1
/*Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
==================================================
3
Copyright 2014.
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
9
@file
10
This file contains error messages for ProductLinePlan.
11
*/
12
13
#ifndef PRODLINEPLAN_ERRORS_H
14
#define PRODLINEPLAN_ERRORS_H
15
16
#include <
common/emh_const.h
>
17
27
#define PRODLINEPLAN_usagetype_mismatch ( EMH_PRODLINEPLAN_error_base + 1 )
28
29
34
#define PRODLINEPLAN_usagetype_already_exist ( EMH_PRODLINEPLAN_error_base + 2 )
35
39
#define PRODLINEPLAN_invalid_lineplan ( EMH_PRODLINEPLAN_error_base + 3 )
40
44
#define PRODLINEPLAN_invalid_period ( EMH_PRODLINEPLAN_error_base + 4 )
45
46
49
#endif