Index: sources/model/MDGDebugText.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/MDGDebugText.h (.../MDGDebugText.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/MDGDebugText.h (.../MDGDebugText.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -33,7 +33,7 @@ * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:---------------------------------------:|:----------------------------------------------------------:| * |0xFFF2| 0x070 | 17 | Event| N | DG | UI | DG debug text for UI to log ASCII text | 40 bytes, null term text + msg overhead will take 6 frames | * - * \sa Data + * \sa Data */ class MDGDebugText : public MAbstract { Index: sources/model/MHDDebugText.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/MHDDebugText.h (.../MHDDebugText.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/MHDDebugText.h (.../MHDDebugText.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -33,7 +33,7 @@ * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:---------------------------------------:|:----------------------------------------------------------:| * |0xFFF1| 0x020 | 6 | Event| N | HD | UI | HD debug text for UI to log ASCII text | 40 bytes, null term text + msg overhead will take 6 frames | * - * \sa Data + * \sa Data */ class MHDDebugText : public MAbstract { Index: sources/model/MPowerOff.h =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/MPowerOff.h (.../MPowerOff.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/model/MPowerOff.h (.../MPowerOff.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -22,6 +22,17 @@ namespace Model { +/*! + * \brief The MPowerOff class + * \details The power off model + * + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U08) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------:|:--: | + * |0x0100| 0x020 | 6 | Cmd | N | HD | UI | Power Off | \ref Data::mStatuS | + * + * \sa Data + * + */ class MPowerOff : public MAbstract { public: Type_Enum typeText () const override { return Type_Enum::eEvent; } Index: sources/model/dg/data/MDGDrainPumpData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGDrainPumpData.h (.../MDGDrainPumpData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGDrainPumpData.h (.../MDGDrainPumpData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MDGDrainPump class * \details The DG drain pump data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: | - * |0x2400| 0x080 | 8 | 1 Hz | N | DG | All | DG Drain Pump Data | mRPM | mDAC | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: | + * |0x2400| 0x080 | 8 | 1 Hz | N | DG | All | DG Drain Pump Data | \ref Data::mRPM | \ref Data::mDAC | * * \sa Data * Index: sources/model/dg/data/MDGHeatersData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGHeatersData.h (.../MDGHeatersData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGHeatersData.h (.../MDGHeatersData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MDGHeaters class * \details The DG heaters data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | - * |0x2C00| 0x080 | 8 | 2 Hz | N | DG | All | DG Heaters Data | mMainPrimaryDC | mSmallPrimaryDC | mTrimmerDC | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | + * |0x2C00| 0x080 | 8 | 2 Hz | N | DG | All | DG Heaters Data | \ref Data::mMainPrimaryDC | \ref Data::mSmallPrimaryDC | \ref Data::mTrimmerDC | * * \sa Data * Index: sources/model/dg/data/MDGLoadCellReadingsData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGLoadCellReadingsData.h (.../MDGLoadCellReadingsData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGLoadCellReadingsData.h (.../MDGLoadCellReadingsData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MDGLoadCellReadings class * \details The DG load cell readings data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: | - * |0x0C00| 0x080 | 8 | 10 Hz | N | DG | All | DG Load Cell Readings Data | mReservoir1Prim | mReservoir1Bkup | mReservoir2Prim | mReservoir2Bkup | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: | + * |0x0C00| 0x080 | 8 | 10 Hz | N | DG | All | DG Load Cell Readings Data | \ref Data::mReservoir1Prim | \ref Data::mReservoir1Bkup | \ref Data::mReservoir2Prim | \ref Data::mReservoir2Bkup | * * \sa Data * Index: sources/model/dg/data/MDGOperationModeData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGOperationModeData.h (.../MDGOperationModeData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGOperationModeData.h (.../MDGOperationModeData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MDGOperationMode class * \details The DG operation mode data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | - * |0x2700| 0x080 | 8 | 1 Hz | N | DG | All | DG Operation Mode Data | mOpMode | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x2700| 0x080 | 8 | 1 Hz | N | DG | All | DG Operation Mode Data | \ref Data::mOpMode | * * \sa Data * Index: sources/model/dg/data/MDGPressuresData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGPressuresData.h (.../MDGPressuresData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGPressuresData.h (.../MDGPressuresData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MDGPressures class * \details The DG pressures data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: | - * |0x2000| 0x080 | 8 | 1 Hz | N | DG | All | DG Pressures Data | mROInletPSI | mROOutletPSI | mDrainInletPSI | mDrainOutletPSI | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: | + * |0x2000| 0x080 | 8 | 1 Hz | N | DG | All | DG Pressures Data | \ref Data::mROInletPSI | \ref Data::mROOutletPSI | \ref Data::mDrainInletPSI | \ref Data::mDrainOutletPSI | * * \sa Data * Index: sources/model/dg/data/MDGROPumpData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGROPumpData.h (.../MDGROPumpData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGROPumpData.h (.../MDGROPumpData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MDGROPump class * \details The DG RO pump data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(F32) | #3:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | - * |0x1F00| 0x080 | 8 | 1 Hz | N | DG | All | DG RO Pump Data | mPressure | mFlowRate | mPWM | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(F32) | #3:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | + * |0x1F00| 0x080 | 8 | 1 Hz | N | DG | All | DG RO Pump Data | \ref Data::mPressure | \ref Data::mFlowRate | \ref Data::mPWM | * * \sa Data * Index: sources/model/dg/data/MDGReservoirData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGReservoirData.h (.../MDGReservoirData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGReservoirData.h (.../MDGReservoirData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MDGReservoir class * \details The DG reservoir data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | - * |0x2800| 0x080 | 8 | 1 Hz | N | DG | All | DG Reservoir Data | mActiveReservoir | mFillToVol | mDrainToVol | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | + * |0x2800| 0x080 | 8 | 1 Hz | N | DG | All | DG Reservoir Data | \ref Data::mActiveReservoir | \ref Data::mFillToVol | \ref Data::mDrainToVol | * * \sa Data * Index: sources/model/dg/data/MDGTemperaturesData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGTemperaturesData.h (.../MDGTemperaturesData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGTemperaturesData.h (.../MDGTemperaturesData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,10 +29,18 @@ * \brief The MDGTemperatures class * \details The DG temperatures data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | #5:(F32) | #6:(F32) | #7:(F32) | #8:(F32) | #9:(F32) | #10:(F32) | #11:(F32) | #12:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: |:--: |:--: |:--: |:--: |:--: |:--: | - * |0x2D00| 0x080 | 8 | 2 Hz | N | DG | All | DG Temperatures Data | mInletPrimaryHeater | mOutletPrimaryHeater | mConductivitySensor1 | mConductivitySensor2 | mOutletRedundancy | mInletDialysate | mPrimaryHeaterThermoCouple | mTrimmerHeaterThermoCouple | mPrimaryHeaterColdJunction | mTrimmerHeaterColdJunction | mPrimaryHeaterInternal | mTrimmerHeaterInternal | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | + * |0x2D00| 0x080 | 8 | 2 Hz | N | DG | All | DG Temperatures Data | \ref Data::mInletPrimaryHeater | \ref Data::mOutletPrimaryHeater | \ref Data::mConductivitySensor1 | * + * | #4:(F32) | #5:(F32) | #6:(F32) | #7:(F32) | #8:(F32) | + * |:--: |:--: |:--: |:--: |:--: | + * | \ref Data::mConductivitySensor2 | \ref Data::mOutletRedundancy | \ref Data::mInletDialysate | \ref Data::mPrimaryHeaterThermoCouple | \ref Data::mTrimmerHeaterThermoCouple | + * + * | #9:(F32) | #10:(F32) | #11:(F32) | #12:(F32) | + * | :--: |:--: |:--: |:--: | + * | \ref Data::mPrimaryHeaterColdJunction | \ref Data::mTrimmerHeaterColdJunction | \ref Data::mPrimaryHeaterInternal | \ref Data::mTrimmerHeaterInternal | + * * \sa Data * */ Index: sources/model/dg/data/MDGValvesStatesData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/dg/data/MDGValvesStatesData.h (.../MDGValvesStatesData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/dg/data/MDGValvesStatesData.h (.../MDGValvesStatesData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MDGValvesStates class * \details The DG valves states data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U16) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | - * |0x2A00| 0x080 | 8 | 2 Hz | N | DG | All | DG Valves States Data | mStates | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U16) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x2A00| 0x080 | 8 | 2 Hz | N | DG | All | DG Valves States Data | \ref Data::mStates | * * \sa Data * \sa Flag Index: sources/model/hd/adjustment/MTreatmentAdjustBloodDialysateResponse.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/adjustment/MTreatmentAdjustBloodDialysateResponse.h (.../MTreatmentAdjustBloodDialysateResponse.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/hd/adjustment/MTreatmentAdjustBloodDialysateResponse.h (.../MTreatmentAdjustBloodDialysateResponse.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -26,12 +26,12 @@ namespace Model { /*! - * \brief The MAdjustBloodDialysateResponse class - * \details The blood and dialysate adjustment response model + * \brief The MBlooddialysateratechangeResponse class + * \details The blood/dialysate rate change response model * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | - * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| - * | | | | | | | | | | | | | | | | | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | #4:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: | + * |0x1800| 0x020 | 6 | Rsp | Y | HD | UI | Blood/dialysate rate change Response | \ref Data::mAccepted | \ref Data::mReason | \ref Data::mBloodRate | \ref Data::mDialysateRate | * * \sa Data * Index: sources/model/hd/adjustment/MTreatmentAdjustDurationResponse.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/adjustment/MTreatmentAdjustDurationResponse.h (.../MTreatmentAdjustDurationResponse.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/hd/adjustment/MTreatmentAdjustDurationResponse.h (.../MTreatmentAdjustDurationResponse.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -26,12 +26,12 @@ namespace Model { /*! - * \brief The MAdjustDurationResponse class - * \details The duration adjustment response model + * \brief The MTreatmentDurationchangeResponse class + * \details The treatment duration change response model * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | - * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| - * | | | | | | | | | | | | | | | | | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | #5:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: | + * |0x1B00| 0x020 | 6 | Rsp | Y | HD | UI | Treatment Duration change Response | \ref Data::mAccepted | \ref Data::mReason | \ref Data::mDuration | \ref Data::mUFVolume | * * \sa Data * Index: sources/model/hd/adjustment/MTreatmentAdjustRequests.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/adjustment/MTreatmentAdjustRequests.h (.../MTreatmentAdjustRequests.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/hd/adjustment/MTreatmentAdjustRequests.h (.../MTreatmentAdjustRequests.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -47,6 +47,15 @@ } }; +/*! + * \brief The MAdjustPowerOffReq class + * \details The power off request model + * + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U08) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x0100| 0x020 | 6 | Cmd | N | HD | UI | Power Off | \ref state | + * + */ class MAdjustPowerOffReq : public MModel { public: quint8 state; @@ -63,6 +72,15 @@ } }; +/*! + * \brief The MAdjustBloodDialysateReq class + * \details The blood/dialysate rate change request model + * + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: | + * |0x1700| 0x100 | 9 | Req | Y | UI | HD | Blood/dialysate rate Change | \ref bloodFlow | \ref dialysateFlow | + * + */ class MAdjustBloodDialysateReq : public MModel { public: quint32 bloodFlow = 0; @@ -78,6 +96,15 @@ } }; +/*! + * \brief The MAdjustDurationReq class + * \details The treatment duration change request model + * + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x1600| 0x100 | 9 | Req | Y | UI | HD | Treatment Duration Change Request | \ref duration | + * + */ class MAdjustDurationReq : public MModel { public: quint32 duration = 0; @@ -92,6 +119,15 @@ } }; +/*! + * \brief The MAdjustUltrafiltrationStateReq class + * \details The ultrafiltration pause/resume request model + * + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x1000| 0x100 | 9 | Req | Y | UI | HD | UF Pause/Resume | \ref requestedState | + * + */ class MAdjustUltrafiltrationStateReq : public MModel { public: enum State{ @@ -111,6 +147,15 @@ } }; +/*! + * \brief The MAdjustUltrafiltrationEditReq class + * \details The ultrafiltration volume change request model + * + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x1100| 0x100 | 9 | Req | Y | UI | HD | UF Vol. Change Request | \ref volume | + * + */ class MAdjustUltrafiltrationEditReq : public MModel { public: float volume = 0; @@ -125,6 +170,17 @@ } }; +/*! + * \brief The MAdjustUltrafiltrationConfirmReq class + * \details The ultrafiltration volume change user confirm request model + * + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: | + * |0x1500| 0x100 | 9 | Req | Y | UI | HD | UF Vol. Change User Confirm | \ref volume | \ref option | + * + * \sa Options + * + */ class MAdjustUltrafiltrationConfirmReq : public MModel { public: enum Options : quint32 { @@ -148,10 +204,12 @@ /*! * \brief The MAdjustSalineReq class * \details The model to request the Saline Bolus state - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | - * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:--------------------:|:---------------------:| - * | 18 | 0x100 | 9 | Req | Y | UI | HD | Saline Bolus Request | 0=Stop, 1=Start (U32) | * + * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1:(U32) | + * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:--------------------:|:-------------------:| + * | 18 | 0x100 | 9 | Req | Y | UI | HD | Saline Bolus Request | \ref requestedState | + * + * \sa State * \sa MTreatmentSaline : Saline Bolus Data * \sa MAdjustSalineResponse : Saline Bolus Response * @@ -175,6 +233,15 @@ } }; +/*! + * \brief The MAlarmSilenceReq class + * \details The model to request alarm silent + * + * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1:(U32) | + * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:--------------------:|:-------------------:| + * | | | | Req | Y | UI | HD | Alarm Silent Request | | + * + */ class MAlarmSilenceReq : public MModel { public: bool state = 0; Index: sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationConfirmResponse.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationConfirmResponse.h (.../MTreatmentAdjustUltrafiltrationConfirmResponse.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationConfirmResponse.h (.../MTreatmentAdjustUltrafiltrationConfirmResponse.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -26,11 +26,11 @@ /*! * \brief The MAdjustUltrafiltrationConfirmResponse class - * \details The ultrafiltration adjustment confirm response model + * \details The uf vol. change confirmation response model * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | - * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| - * | | | | | | | | | | | | | | | | | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(F32) | #4:(U32) | #5:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: | + * |0x2E00| 0x020 | 6 | Rsp | Y | HD | UI | UF Vol. Change Confirmation Response | \ref Data::mAccepted | \ref Data::mReason | \ref Data::mVolume | \ref Data::mDuration | \ref Data::mRate | * * \sa Data * Index: sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationEditResponse.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationEditResponse.h (.../MTreatmentAdjustUltrafiltrationEditResponse.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationEditResponse.h (.../MTreatmentAdjustUltrafiltrationEditResponse.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,11 +27,11 @@ /*! * \brief The MAdjustUltrafiltrationEditResponse class - * \details The ultrafiltration adjustment edit response model + * \details The uf vol. change response model * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | - * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| - * | | | | | | | | | | | | | | | | | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #1:(U32) | #2:(U32) | #3:(F32) | #4:(U32) | #5:(F32) | #6:(U32) | #7:(U32) | #8:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: |:--: |:--: |:--: |:--: | + * |0x1300| 0x020 | 6 | Rsp | Y | HD | UI | UF Vol. Change Response | \ref Data::mAccepted | \ref Data::mReason | \ref Data::mAccepted | \ref Data::mReason | \ref Data::mVolume | \ref Data::mDuration | \ref Data::mRate | \ref Data::mDurationDiff | \ref Data::mRateDiff | \ref Data::mRateOld | * * \sa Data * Index: sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h (.../MTreatmentAdjustUltrafiltrationStateResponse.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h (.../MTreatmentAdjustUltrafiltrationStateResponse.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MAdjustUltrafiltrationStateResponse class * \details The ultrafiltration adjustment state response model * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | - * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| - * | | | | | | | | | | | | | | | | | + * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1:(U08) | + * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------: |:--: | + * |0x1000| 0x100 | 9 | Rsp | N | HD | UI | Generic response ACK/NAK | mAccepted | * * \sa Data * @@ -44,7 +44,7 @@ QVariantList parameters() const override; struct { - Types::U08 mAccepted ; // IMPORTANT : This is a response to AcknowGeneric which has a data of 1 byte for the accepted/rejected. + Types::U08 mAccepted ; // IMPORTANT : This is a response of AcknowGeneric which has a data of 1 byte for the accepted/rejected state. } _data; public: Index: sources/model/hd/alarm/MAlarmCleared.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/alarm/MAlarmCleared.h (.../MAlarmCleared.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/alarm/MAlarmCleared.h (.../MAlarmCleared.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,9 +28,9 @@ * \brief The MAlarmCleared class * \details The alarm cleared model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | - * |0x0400| 0x001 | 1 | Event | Y | HD | All | Alarm Cleared | mAlarmID | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x0400| 0x001 | 1 | Event | Y | HD | All | Alarm Cleared | \ref Data::mAlarmID | * * \sa Data * Index: sources/model/hd/alarm/MAlarmStatusData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/alarm/MAlarmStatusData.h (.../MAlarmStatusData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/alarm/MAlarmStatusData.h (.../MAlarmStatusData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MAlarmStatus class * \details The alarm status model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | #4:(U32) | #5:(U16) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: | - * |0x0200| 0x001 | 1 | 1 Hz | N | HD | All | Alarm Status | mState | mTop | mEscalatesIn | mMuteTimeout | mFlags | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | #4:(U32) | #5:(U16) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: | + * |0x0200| 0x001 | 1 | 1 Hz | N | HD | All | Alarm Status | \ref Data::mState | \ref Data::mTop | \ref Data::mEscalatesIn | \ref Data::mMuteTimeout | \ref Data::mFlags | * * \sa Data * @@ -59,7 +59,7 @@ QString stringPrefix = "Alarm Status"; struct Data { quint32 mState = 0; ///< State - Alarm Priority - quint32 mTop = 0; ///< Top - Top + quint32 mTop = 0; ///< Top - Top current alarm ID quint32 mEscalatesIn = 0; ///< EscalatesIn - EscalatesIn quint32 mMuteTimeout = 0; ///< MuteTimeout - MuteTimeout QBitArray mFlags ; ///< Flags - Flags @@ -77,7 +77,7 @@ public: MAlarmStatus(); - QString toString ( ) const ; + QString toString ( ) const ; void toVariantList ( QVariantList &vData ) const ; bool fromByteArray (const QByteArray &vByteArray , int *vIndex = nullptr); static QString toText ( Gui::GuiAlarmID vAlarmID); Index: sources/model/hd/alarm/MAlarmTriggered.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/alarm/MAlarmTriggered.h (.../MAlarmTriggered.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/alarm/MAlarmTriggered.h (.../MAlarmTriggered.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,9 +28,9 @@ * \brief The MAlarmTriggered class * \details The alarm triggered model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | - * |0x0300| 0x001 | 1 | Event | Y | HD | All | Alarm Triggered | mAlarmID | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x0300| 0x001 | 1 | Event | Y | HD | All | Alarm Triggered | \ref Data::mAlarmID | * * \sa Data * Index: sources/model/hd/data/MHDOperationModeData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/data/MHDOperationModeData.h (.../MHDOperationModeData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/data/MHDOperationModeData.h (.../MHDOperationModeData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MHDOperationMode class * \details The HD operation mode data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | - * |0x2500| 0x040 | 7 | 1 Hz | N | HD | All | HD Operation Mode Data | mOpMode | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: | + * |0x2500| 0x040 | 7 | 1 Hz | N | HD | All | HD Operation Mode Data | \ref Data::mOpMode | * * \sa Data * Index: sources/model/hd/data/MTreatmentFlowsData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/data/MTreatmentFlowsData.h (.../MTreatmentFlowsData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/data/MTreatmentFlowsData.h (.../MTreatmentFlowsData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -59,9 +59,9 @@ * \brief The MBloodFlow class * \details The blood flow data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(S32) | #2:(F32) | #3:(F32) | #4:(F32) | #5:(F32) | #6:(F32) | #7:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: |:--: | - * |0x0500| 0x040 | 7 | 1 Hz | N | HD | All | Blood Flow Data | mFlowSetPoint | mMeasuredFlow | mRotorSpeed | mMotorSpeed | mMotorCtlSpeed | mMotorCtlCurrent | mPWMDutyCycle | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(S32) | #2:(F32) | #3:(F32) | #4:(F32) | #5:(F32) | #6:(F32) | #7:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: |:--: | + * |0x0500| 0x040 | 7 | 1 Hz | N | HD | All | Blood Flow Data | \ref Data::mFlowSetPoint | \ref Data::mMeasuredFlow | \ref Data::mRotorSpeed | \ref Data::mMotorSpeed | \ref Data::mMotorCtlSpeed | \ref Data::mMotorCtlCurrent | \ref Data::mPWMDutyCycle | * * \sa Data * Index: sources/model/hd/data/MTreatmentOutletFlowData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/data/MTreatmentOutletFlowData.h (.../MTreatmentOutletFlowData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/data/MTreatmentOutletFlowData.h (.../MTreatmentOutletFlowData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MOutletFlow class * \details The outlet flow data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | #5:(F32) | #6:(F32) | #7:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: |:--: | - * |0x0B00| 0x040 | 7 | 1 Hz | N | HD | All | Outlet Flow Data | mRefUFVol | mMeasUFVol | mRotorSpeed | mMotorSpeed | mMotorCtlSpeed | mMotorCtlCurrent | mPWMDtCycle | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | #5:(F32) | #6:(F32) | #7:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: |:--: | + * |0x0B00| 0x040 | 7 | 1 Hz | N | HD | All | Outlet Flow Data | \ref Data::mRefUFVol | \ref Data::mMeasUFVol | \ref Data::mRotorSpeed | \ref Data::mMotorSpeed | \ref Data::mMotorCtlSpeed | \ref Data::mMotorCtlCurrent | \ref Data::mPWMDtCycle | * * \sa Data * Index: sources/model/hd/data/MTreatmentPressureOcclusionData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/data/MTreatmentPressureOcclusionData.h (.../MTreatmentPressureOcclusionData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/data/MTreatmentPressureOcclusionData.h (.../MTreatmentPressureOcclusionData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,9 +29,9 @@ * \brief The MPressureOcclusionData class * \details The pressureocclusion data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | #5:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: | - * |0x0900| 0x040 | 7 | 1 Hz | N | HD | All | PressureOcclusion Data | mArterialPressure | mVenousPressure | mBloodPumpOcclusion | mDialysateInletPumpOcclusion | mDialysateOutletPumpOcclusion | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(F32) | #2:(F32) | #3:(F32) | #4:(F32) | #5:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: | + * |0x0900| 0x040 | 7 | 1 Hz | N | HD | All | PressureOcclusion Data | \ref Data::mArterialPressure | \ref Data::mVenousPressure | \ref Data::mBloodPumpOcclusion | \ref Data::mDialysateInletPumpOcclusion | \ref Data::mDialysateOutletPumpOcclusion | * * \sa Data * Index: sources/model/hd/data/MTreatmentRangesData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/data/MTreatmentRangesData.h (.../MTreatmentRangesData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/data/MTreatmentRangesData.h (.../MTreatmentRangesData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -30,9 +30,9 @@ * \brief The MTreatmentRanges class * \details The treatment adjustment parameter ranges data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(F32) | #4:(F32) | #5:(U32) | #6:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: | - * |0x1A00| 0x020 | 6 | 1/60 Hz| Y | HD | UI | Treatment adjustment param ranges Data | mDuration_Min | mDuration_Max | mUltrafiltration_Volume_Min | mUltrafiltration_Volume_Max | mDialysate_Flow_Min | mDialysate_Flow_Max | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(F32) | #4:(F32) | #5:(U32) | #6:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: |:--: |:--: | + * |0x1A00| 0x020 | 6 | 1/60 Hz| Y | HD | UI | Treatment adjustment param ranges Data | \ref Data::mDuration_Min | \ref Data::mDuration_Max | \ref Data::mUltrafiltration_Volume_Min | \ref Data::mUltrafiltration_Volume_Max | \ref Data::mDialysate_Flow_Min | \ref Data::mDialysate_Flow_Max | * * \sa Data * Index: sources/model/hd/data/MTreatmentSalineData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/data/MTreatmentSalineData.h (.../MTreatmentSalineData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/data/MTreatmentSalineData.h (.../MTreatmentSalineData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -30,9 +30,9 @@ * \brief The MTreatmentSaline class * \details The treatment saline bolus data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(F32) | #3:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | - * |0x2F00| 0x040 | 7 | 1 Hz | N | HD | All | Treatment Saline Bolus Data | mTarget | mCumulative | mDelivered | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(F32) | #3:(F32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | + * |0x2F00| 0x040 | 7 | 1 Hz | N | HD | All | Treatment Saline Bolus Data | \ref Data::mTarget | \ref Data::mCumulative | \ref Data::mDelivered | * * \sa Data * \sa MAdjustSalineReq : Saline Bolus Request Index: sources/model/hd/data/MTreatmentStatesData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/data/MTreatmentStatesData.h (.../MTreatmentStatesData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/data/MTreatmentStatesData.h (.../MTreatmentStatesData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -31,9 +31,9 @@ * These are states of the current treatment. * It also includes the ultrafiltration states, saline bolus states. * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | - * |0x0F00| 0x040 | 7 | 1 Hz | N | HD | All | Treatment States Data | mSubMode | mUFState | mSalineState | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | + * |0x0F00| 0x040 | 7 | 1 Hz | N | HD | All | Treatment States Data | \ref Data::mSubMode | \ref Data::mUFState | \ref Data::mSalineState | * * \sa Data * Index: sources/model/hd/data/MTreatmentTimeData.h =================================================================== diff -u -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/model/hd/data/MTreatmentTimeData.h (.../MTreatmentTimeData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) +++ sources/model/hd/data/MTreatmentTimeData.h (.../MTreatmentTimeData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -30,9 +30,9 @@ * \brief The MTreatmentTime class * \details The treatment time data model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | - * |0x0D00| 0x040 | 7 | 1 Hz | N | HD | All | Treatment Time Data | mTotal | mElapsed | mRemaining | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | + * |0x0D00| 0x040 | 7 | 1 Hz | N | HD | All | Treatment Time Data | \ref Data::mTotal | \ref Data::mElapsed | \ref Data::mRemaining | * * \sa Data * Index: sources/view/VPowerOff.h =================================================================== diff -u -rc503f43840024e18650c1ac558448dd0f3b70427 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/VPowerOff.h (.../VPowerOff.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) +++ sources/view/VPowerOff.h (.../VPowerOff.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -25,6 +25,13 @@ // namespace namespace View { +/*! + * \brief The VDGDrainPump class + * \details View for Model's Data representation. + * + * \sa Model::MPowerOff + * + */ class VPowerOff : public QObject { Q_OBJECT Index: sources/view/VView.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/VView.h (.../VView.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/VView.h (.../VView.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -45,7 +45,7 @@ void initConnections(); \ public: \ /*! \brief Class Constructor - \details Only call initConnections to initialize the signal/slot connections. + \details Only calls initConnections to initialize the signal/slot connection(s). \param parent - The QObject parent pointer which is passed as nullptr and is not set. */\ explicit vCLASS(QObject *parent = nullptr); \ Index: sources/view/dg/data/VDGDrainPumpData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VDGDrainPump class * \details View for Model's Data representation. + * + * \sa Model::MDGDrainPump + * */ class VDGDrainPump : public QObject { Index: sources/view/dg/data/VDGHeatersData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGHeatersData.h (.../VDGHeatersData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGHeatersData.h (.../VDGHeatersData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VDGHeaters class * \details View for Model's Data representation. + * + * \sa Model::MDGHeaters + * */ class VDGHeaters : public QObject { Index: sources/view/dg/data/VDGLoadCellReadingsData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGLoadCellReadingsData.h (.../VDGLoadCellReadingsData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGLoadCellReadingsData.h (.../VDGLoadCellReadingsData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,18 +27,17 @@ /*! * \brief The VDGLoadCellReadings class * \details View for Model's Data representation. + * + * \sa Model::MDGLoadCellReadings + * */ class VDGLoadCellReadings : public QObject { Q_OBJECT - /*! - Reservoir 1 Primary */ PROPERTY( float , reservoir1Prim , 0) - /*! - Reservoir 1 BackUp */ PROPERTY( float , reservoir1Bkup , 0) - /*! - Reservoir 2 Primary */ PROPERTY( float , reservoir2Prim , 0) - /*! - Reservoir 2 BackUp */ PROPERTY( float , reservoir2Bkup , 0) VIEW_DEC(VDGLoadCellReadings, DGLoadCellReadingsData) Index: sources/view/dg/data/VDGOperationModeData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGOperationModeData.h (.../VDGOperationModeData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGOperationModeData.h (.../VDGOperationModeData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,6 +29,9 @@ /*! * \brief The VDGOperationMode class * \details View for Model's Data representation. + * + * \sa Model::MDGOperationMode + * */ class VDGOperationMode : public QObject { Index: sources/view/dg/data/VDGPressuresData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGPressuresData.h (.../VDGPressuresData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGPressuresData.h (.../VDGPressuresData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VDGPressures class * \details View for Model's Data representation. + * + * \sa Model::MDGPressures + * */ class VDGPressures : public QObject { Index: sources/view/dg/data/VDGROPumpData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGROPumpData.h (.../VDGROPumpData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGROPumpData.h (.../VDGROPumpData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VDGROPump class * \details View for Model's Data representation. + * + * \sa Model::MDGROPump + * */ class VDGROPump : public QObject { Index: sources/view/dg/data/VDGReservoirData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGReservoirData.h (.../VDGReservoirData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGReservoirData.h (.../VDGReservoirData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VDGReservoir class * \details View for Model's Data representation. + * + * \sa Model::MDGReservoir + * */ class VDGReservoir : public QObject { Index: sources/view/dg/data/VDGTemperaturesData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGTemperaturesData.h (.../VDGTemperaturesData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGTemperaturesData.h (.../VDGTemperaturesData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VDGTemperatures class * \details View for Model's Data representation. + * + * \sa Model::MDGTemperatures + * */ class VDGTemperatures : public QObject { Index: sources/view/dg/data/VDGValvesStatesData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/dg/data/VDGValvesStatesData.h (.../VDGValvesStatesData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/dg/data/VDGValvesStatesData.h (.../VDGValvesStatesData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VDGValvesStates class * \details View for Model's Data representation. + * + * \sa Model::MDGValvesStates + * */ class VDGValvesStates : public QObject { Index: sources/view/hd/adjustment/VTreatmentAdjustmentDuration.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/adjustment/VTreatmentAdjustmentDuration.h (.../VTreatmentAdjustmentDuration.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/adjustment/VTreatmentAdjustmentDuration.h (.../VTreatmentAdjustmentDuration.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VTreatmentAdjustmentDuration class * \details View for Model's Data representation. + * + * \sa Model::MAdjustDurationResponse + * */ class VTreatmentAdjustmentDuration : public VTreatmentAdjustmentResponseBase { Index: sources/view/hd/adjustment/VTreatmentAdjustmentFlows.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/adjustment/VTreatmentAdjustmentFlows.h (.../VTreatmentAdjustmentFlows.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/adjustment/VTreatmentAdjustmentFlows.h (.../VTreatmentAdjustmentFlows.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -27,6 +27,9 @@ /*! * \brief The VTreatmentAdjustmentFlows class * \details View for Model's Data representation. + * + * \sa Model::MAdjustBloodDialysateResponse + * */ class VTreatmentAdjustmentFlows : public VTreatmentAdjustmentResponseBase { Index: sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -25,6 +25,9 @@ /*! * \brief The VTreatmentAdjustmentSaline class * \details View for Model's Data representation. + * + * \sa Model::MAdjustSalineResponse + * */ class VTreatmentAdjustmentSaline : public VTreatmentAdjustmentResponseBase { Index: sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationConfirm.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationConfirm.h (.../VTreatmentAdjustmentUltrafiltrationConfirm.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationConfirm.h (.../VTreatmentAdjustmentUltrafiltrationConfirm.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -26,6 +26,9 @@ /*! * \brief The VTreatmentAdjustmentUltrafiltrationConfirm class * \details View for Model's Data representation. + * + * \sa Model::MAdjustUltrafiltrationConfirmResponse + * */ class VTreatmentAdjustmentUltrafiltrationConfirm : public VTreatmentAdjustmentResponseBase { Index: sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationEdit.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationEdit.h (.../VTreatmentAdjustmentUltrafiltrationEdit.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationEdit.h (.../VTreatmentAdjustmentUltrafiltrationEdit.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -26,6 +26,9 @@ /*! * \brief The VTreatmentAdjustmentUltrafiltrationEdit class * \details View for Model's Data representation. + * + * \sa Model::MAdjustUltrafiltrationEditResponse + * */ class VTreatmentAdjustmentUltrafiltrationEdit : public VTreatmentAdjustmentResponseBase { Index: sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationState.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationState.h (.../VTreatmentAdjustmentUltrafiltrationState.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationState.h (.../VTreatmentAdjustmentUltrafiltrationState.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -26,6 +26,9 @@ /*! * \brief The VTreatmentAdjustmentUltrafiltrationState class * \details View for Model's Data representation. + * + * \sa Model::MAdjustUltrafiltrationStateResponse + * */ class VTreatmentAdjustmentUltrafiltrationState : public VTreatmentAdjustmentResponseBase { Index: sources/view/hd/alarm/VAlarmStatus.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/alarm/VAlarmStatus.h (.../VAlarmStatus.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/alarm/VAlarmStatus.h (.../VAlarmStatus.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -34,6 +34,9 @@ /*! * \brief The VAlarmStatus class * \details View for Model's Data representation. + * + * \sa Model::MAlarmStatus + * */ class VAlarmStatus : public QObject { Index: sources/view/hd/data/VHDOperationModeData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VHDOperationModeData.h (.../VHDOperationModeData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VHDOperationModeData.h (.../VHDOperationModeData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,6 +29,9 @@ /*! * \brief The VHDOperationMode class * \details View for Model's data representation. + * + * \sa Model::MHDOperationMode + * */ class VHDOperationMode : public QObject { Index: sources/view/hd/data/VHDTreatmentStatesData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -29,6 +29,9 @@ /*! * \brief The VHDTreatmentStates class * \details View for Model's data representation. + * + * \sa Model::MTreatmentStates + * */ class VHDTreatmentStates : public QObject { Index: sources/view/hd/data/VTreatmentBloodFlow.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VTreatmentBloodFlow.h (.../VTreatmentBloodFlow.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VTreatmentBloodFlow.h (.../VTreatmentBloodFlow.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,6 +28,9 @@ /*! * \brief The VTreatmentBloodFlow class * \details View for Model's data representation. + * + * \sa Model::MBloodFlow + * */ class VTreatmentBloodFlow : public QObject { Index: sources/view/hd/data/VTreatmentDialysateFlow.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VTreatmentDialysateFlow.h (.../VTreatmentDialysateFlow.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VTreatmentDialysateFlow.h (.../VTreatmentDialysateFlow.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,6 +28,9 @@ /*! * \brief The VTreatmentDialysateFlow class * \details View for Model's data representation. + * + * \sa Model::MDialysateFlow + * */ class VTreatmentDialysateFlow : public QObject { Index: sources/view/hd/data/VTreatmentPressureOcclusion.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VTreatmentPressureOcclusion.h (.../VTreatmentPressureOcclusion.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VTreatmentPressureOcclusion.h (.../VTreatmentPressureOcclusion.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,6 +28,9 @@ /*! * \brief The VTreatmentPressureOcclusion class * \details View for Model's data representation. + * + * \sa Model::MPressureOcclusion + * */ class VTreatmentPressureOcclusion : public QObject { Index: sources/view/hd/data/VTreatmentRanges.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VTreatmentRanges.h (.../VTreatmentRanges.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VTreatmentRanges.h (.../VTreatmentRanges.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,6 +28,9 @@ /*! * \brief The VTreatmentRanges class * \details View for Model's data representation. + * + * \sa Model::MTreatmentRanges + * */ class VTreatmentRanges : public QObject { Index: sources/view/hd/data/VTreatmentSalineData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VTreatmentSalineData.h (.../VTreatmentSalineData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VTreatmentSalineData.h (.../VTreatmentSalineData.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,6 +28,9 @@ /*! * \brief The VTreatmentSaline class * \details View for Model's data representation. + * + * \sa Model::MTreatmentSaline + * */ class VTreatmentSaline : public QObject { Index: sources/view/hd/data/VTreatmentTime.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VTreatmentTime.h (.../VTreatmentTime.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VTreatmentTime.h (.../VTreatmentTime.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,6 +28,9 @@ /*! * \brief The VTreatmentTime class * \details View for Model's data representation. + * + * \sa Model::MTreatmentTime + * */ class VTreatmentTime : public QObject { Index: sources/view/hd/data/VTreatmentUltrafiltration.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/hd/data/VTreatmentUltrafiltration.h (.../VTreatmentUltrafiltration.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/hd/data/VTreatmentUltrafiltration.h (.../VTreatmentUltrafiltration.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -28,6 +28,9 @@ /*! * \brief The VTreatmentUltrafiltration class * \details View for Model's data representation. + * + * \sa Model::MOutletFlow + * */ class VTreatmentUltrafiltration : public QObject {