Index: sources/view/hd/data/VHDTreatmentStatesData.h =================================================================== diff -u -r6581def57942b1c1ef56a2f2feb74559946517b9 -r13a086a989174b90594c7aa7cad69d12eab1d975 --- sources/view/hd/data/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 6581def57942b1c1ef56a2f2feb74559946517b9) +++ sources/view/hd/data/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 13a086a989174b90594c7aa7cad69d12eab1d975) @@ -117,6 +117,10 @@ 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(VHDTreatmentStates, TreatmentStatesData) + 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 }; }