Index: sources/model/hd/data/MTreatmentFlowsData.h =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 --- sources/model/hd/data/MTreatmentFlowsData.h (.../MTreatmentFlowsData.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/model/hd/data/MTreatmentFlowsData.h (.../MTreatmentFlowsData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) @@ -27,7 +27,8 @@ namespace Model { /*! - * \brief The Flow Data class + * \brief The MFlow class + * \details The parent class of the flow data models */ class MFlow : public MAbstract { @@ -55,7 +56,15 @@ }; /*! - * \brief The Blood Flow Data class + * \brief The MBloodFlow class + * \details The blood flow data model + * + * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | + * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| + * | | | | | | | | | | | | | | | | | + * + * \sa Data + * */ class MBloodFlow : public MFlow { @@ -81,7 +90,15 @@ }; /*! - * \brief The Dialysate Flow Data class + * \brief The MDialysateFlow class + * \details The dialysate flow data model + * + * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | + * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| + * | | | | | | | | | | | | | | | | | + * + * \sa Data + * */ class MDialysateFlow : public MFlow {