ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
fourdplanning
fdp0fourdplanning_errors.h
Go to the documentation of this file.
1
/* Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
==================================================
3
Copyright 2012.
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
15
#ifndef FDP0FOURDPLANNING_ERRORS_H_INCLUDED
16
#define FDP0FOURDPLANNING_ERRORS_H_INCLUDED
17
18
19
#include <
common/emh_const.h
>
20
28
#define FDP0FOURDPLANNING_create_process_to_task_relation_failed (EMH_FDP0FOURDPLANNING_error_base + 1)
29
30
#define FDP0FOURDPLANNING_delete_process_to_task_relation_failed (EMH_FDP0FOURDPLANNING_error_base + 2)
31
32
#define FDP0FOURDPLANNING_automatic_process_creation_file_open_error (EMH_FDP0FOURDPLANNING_error_base + 3)
33
34
#define FDP0FOURDPLANNING_automatic_process_creation_failed (EMH_FDP0FOURDPLANNING_error_base + 4)
35
36
#define FDP0FOURDPLANNING_start_fourd_failed (EMH_FDP0FOURDPLANNING_error_base + 5)
37
38
#define FDP0FOURDPLANNING_next_fourd_failed (EMH_FDP0FOURDPLANNING_error_base + 6)
39
40
#define FDP0FOURDPLANNING_stop_fourd_failed (EMH_FDP0FOURDPLANNING_error_base + 7)
41
42
#define FDP0FOURDPLANNING_non_editable_property_work_estimate (EMH_FDP0FOURDPLANNING_error_base + 8)
43
44
#define FDP0FOURDPLANNING_invalid_property_value_work_estimate (EMH_FDP0FOURDPLANNING_error_base + 9)
45
46
#define FDP0FOURDPLANNING_propagate_compare_process_with_schedule_task (EMH_FDP0FOURDPLANNING_error_base + 10)
47
48
#define FDP0FOURDPLANNING_propagate_schedule_changes_failed (EMH_FDP0FOURDPLANNING_error_base + 11)
49
51
#endif