ITK Function Reference

(V10000.1.0.60_20160308.00)
soammv_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 SOAFND0MMV_ERRORS_H
17 #define SOAFND0MMV_ERRORS_H
18 
19 #ifndef EMH_CONST_H
20  #include <common/emh_const.h>
21 #endif
22 
23 
30 #define SOAFND0MMV_ERROR_BASE EMH_FND0SOAMMV_error_base
31 
34 #define SOAFND0MMV_cursor_options_not_specified (SOAFND0MMV_ERROR_BASE + 1)
35 
36 #define SOAFND0MMV_cursor_options_exceeds_limits (SOAFND0MMV_ERROR_BASE + 2)
37 
38 #define SOAFND0MMV_cursor_bomwindow_mismatch (SOAFND0MMV_ERROR_BASE + 3)
39 
40 #define SOAFND0MMV_hierarchy_exceed_limits (SOAFND0MMV_ERROR_BASE + 4)
41 
44 #endif