Index: HDDefs.h =================================================================== diff -u -r23346b31cb6b8341a682330d418bdfccb108242b -r9936079924d1d3f845def69f1156b52a5cacd4a9 --- HDDefs.h (.../HDDefs.h) (revision 23346b31cb6b8341a682330d418bdfccb108242b) +++ HDDefs.h (.../HDDefs.h) (revision 9936079924d1d3f845def69f1156b52a5cacd4a9) @@ -394,7 +394,9 @@ DIALYSIS_START_STATE = 0, ///< Start state of the dialysis sub-mode state machine DIALYSIS_UF_STATE, ///< Ultrafiltration state of the dialysis sub-mode state machine DIALYSIS_SALINE_BOLUS_STATE, ///< Saline bolus state of the dialysis sub-mode state machine +#ifdef DIALYZER_REPRIME_ENABLED DIALYSIS_DIALYZER_REPRIME_STATE, ///< Dialyzer reprime state of the dialysis sub-mode state machine +#endif NUM_OF_DIALYSIS_STATES ///< Number of dialysis sub-mode states }; typedef enum Dialysis_States DIALYSIS_STATE_T; ///< Type for dialysis states enumeration @@ -428,6 +430,7 @@ }; typedef enum Saline_Commands SALINE_CMD_T; ///< Type for saline command enum. +#ifdef DIALYZER_REPRIME_ENABLED /// Enumeration of dialyzer reprime states. enum Dialyzer_Reprime_States { @@ -439,6 +442,7 @@ NUM_OF_DIALYZER_REPRIME_STATES ///< Number of dialyzer reprime states }; typedef enum Dialyzer_Reprime_States DIALYZER_REPRIME_STATE_T; ///< Type for dialyzer reprime state enumeration +#endif /// Enumeration of ultrafiltration command IDs. enum UF_Commands