ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Smc0psmcfgsupport
smc0psmcfgsupport_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
15
#ifndef SMC0PSMCFGSUPPORT_ERRORS_H
16
#define SMC0PSMCFGSUPPORT_ERRORS_H
17
18
#include <
common/emh_const.h
>
19
26
#define EMH_SMC0CONFIGURATOR_ERROR_BASE EMH_SMC0CONFIGURATOR_error_base
27
31
#define SMC0CONFIGURATOR_no_manage_variability_access ( EMH_SMC0CONFIGURATOR_ERROR_BASE + 1 )
32
36
#define SMC0PSMCFGSUPPORT_invalid_variant_rule_error ( EMH_SMC0CONFIGURATOR_ERROR_BASE + 2 )
37
41
#define SMC0PSMCFGSUPPORT_invalid_config_input_error ( EMH_SMC0CONFIGURATOR_ERROR_BASE + 3 )
42
46
#define SMC0PSMCFGSUPPORT_cannot_associate_configurator_error ( EMH_SMC0CONFIGURATOR_ERROR_BASE + 4 )
47
51
#define SMC0PSMCFGSUPPORT_has_modular_variant_expression ( EMH_SMC0CONFIGURATOR_ERROR_BASE + 5 )
52
54
#endif