Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h =================================================================== diff -u -rfaf6802c35d530181106342f840b4cd9c851e272 -r0be698733fd4570240a91703978fee7d53a76121 --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision faf6802c35d530181106342f840b4cd9c851e272) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision 0be698733fd4570240a91703978fee7d53a76121) @@ -51,6 +51,7 @@ // timer PROPERTY( bool , canStartInterval , 0) + PROPERTY( bool , enableBPCuff , 0) // TODO: PRS 343 enable/ disable Integrated Blood Pressure Cuff PROPERTY( quint8 , interval , 0) // show the vital screen in min // timestamp @@ -104,6 +105,11 @@ void didTrigger(); /*! + * \brief didTimeout + * \details the signal to trigger the Gui to notify the user for time has timed out + */ + void didTimeout(); + /*! * \brief didAdjustment * \details the notification signal to request vitals * \param vData - data model for the duration adjustment request