ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Fnd0formulamgmt
Fnd0formulamgmt_errors.h
Go to the documentation of this file.
1
//Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
//==================================================
3
//Copyright $2011.
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
16
#ifndef FND0FORMULAMGMT_ERRORS_H
17
#define FND0FORMULAMGMT_ERRORS_H
18
19
#ifndef EMH_CONST_H
20
#include <
common/emh_const.h
>
21
#endif
22
23
#include <Fnd0formulamgmt/libfnd0formulamgmt_exports.h>
30
#define FND0FORMULAMGMT_ERROR_BASE EMH_FND0FORMULAMGMT_error_base
31
35
#define FND0FORMULAMGMT_invalid_constant (FND0FORMULAMGMT_ERROR_BASE + 1)
36
40
#define FND0FORMULAMGMT_invalid_variable (FND0FORMULAMGMT_ERROR_BASE + 2)
41
45
#define FND0FORMULAMGMT_missing_constant_or_variable (FND0FORMULAMGMT_ERROR_BASE + 3)
46
50
#define FND0FORMULAMGMT_expression_is_empty (FND0FORMULAMGMT_ERROR_BASE + 4)
51
55
#define FND0FORMULAMGMT_inverse_expression_is_empty (FND0FORMULAMGMT_ERROR_BASE + 5)
56
60
#define FND0FORMULAMGMT_constant_length_not_match (FND0FORMULAMGMT_ERROR_BASE + 6)
61
65
#define FND0FORMULAMGMT_variable_length_not_match (FND0FORMULAMGMT_ERROR_BASE + 7)
66
70
#define FND0FORMULAMGMT_duplicate_constant_or_variable (FND0FORMULAMGMT_ERROR_BASE + 8)
71
75
#define FND0FORMULAMGMT_denominator_is_zero (FND0FORMULAMGMT_ERROR_BASE + 9)
76
79
#include <Fnd0formulamgmt/libfnd0formulamgmt_undef.h>
80
#endif // FND0FORMULAMGMT_ERRORS_H