ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
asbasmalignment
asbasmalignment_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
//==================================================
4
//Copyright $2009.
5
//Siemens Product Lifecycle Management Software Inc.
6
//All Rights Reserved.
7
//==================================================
8
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9
==============================================================================*/
10
11
#ifndef ASBASMALIGNMENT_ERRORS_H
12
#define ASBASMALIGNMENT_ERRORS_H
13
14
#include <
common/emh_const.h
>
15
#include <asbasmalignment/libasbasmalignment_exports.h>
16
23
#define ASBASMALIGNMENT_error_base EMH_ASBASMALIGNMENT_error_base
24
29
#define ASBASMALIGNMENT_cannot_generate_asbuilt_from_asbuilt (ASBASMALIGNMENT_error_base + 1)
30
35
#define ASBASMALIGNMENT_cannot_generate_asmaintained_from_asmaintained (ASBASMALIGNMENT_error_base + 2)
36
40
#define ASBASMALIGNMENT_asmaintained_structure_is_not_released (ASBASMALIGNMENT_error_base + 3)
41
45
#define ASBASMALIGNMENT_asbuilt_structure_is_not_released (ASBASMALIGNMENT_error_base + 4)
46
50
#define ASBASMALIGNMENT_rebuild_date_cannot_be_earlier_than_previous_install_date (ASBASMALIGNMENT_error_base + 5)
51
55
#define ASBASMALIGNMENT_rebuild_date_cannot_be_future_date (ASBASMALIGNMENT_error_base + 6)
56
60
#define ASBASMALIGNMENT_maturity_status_not_defined (ASBASMALIGNMENT_error_base + 7)
61
62
65
#include <asbasmalignment/libasbasmalignment_undef.h>
66
67
#endif