ITK Function Reference

(V10000.1.0.60_20160308.00)
cfg1configurator_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 2015.
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 
16 #ifndef CFG1CONFIGURATOR_ERRORS_H
17 #define CFG1CONFIGURATOR_ERRORS_H
18 
19 #include <common/emh_const.h>
20 
27 #define EMH_CFG1CONFIGURATOR_ERROR_BASE EMH_CFG1CONFIGURATOR_error_base
28 
32 #define CFG1CONFIGURATOR_internal_error ( EMH_CFG1CONFIGURATOR_ERROR_BASE + 1 )
33 
37 #define CFG1CONFIGURATOR_partition_relation_exist ( EMH_CFG1CONFIGURATOR_ERROR_BASE + 2 )
38 
42 #endif