Index: sources/view/hd/data/VHDTreatmentStatesData.h =================================================================== diff -u -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f -r6581def57942b1c1ef56a2f2feb74559946517b9 --- sources/view/hd/data/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) +++ sources/view/hd/data/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 6581def57942b1c1ef56a2f2feb74559946517b9) @@ -117,12 +117,6 @@ PROPERTY( bool , tsRecirculateNo , false) ///< TREATMENT_STOP_NO_RECIRC_STATE = 1 # No dialysate re-circulation state of the treatment stop sub-mode state machine // class definition - VIEW_DEC_CLASS(VHDTreatmentStates) - - // slots for received data messages (onActionReceive) - VIEW_DEC_SLOT (TreatmentStatesData ) // Treatment States Broadcast messages (This class original receiver) - VIEW_DEC_SLOT (AdjustUltrafiltrationStateResponseData ) // Ultrafiltration state Adjustment response message - VIEW_DEC_SLOT (AdjustSalineResponseData ) // Saline Bolus Adjustment response message - VIEW_DEC_SLOT (AdjustHeparinResponseData ) // Heparin Adjustment response message + VIEW_DEC(VHDTreatmentStates, TreatmentStatesData) }; }