Index: sources/model/MTreatmentParametersResp.h =================================================================== diff -u -r1f8abdd821041623392d18cf4f80cad9ae1bf246 -r95a840fc93f1a2cd65732d835fad2aca0f03f28e --- sources/model/MTreatmentParametersResp.h (.../MTreatmentParametersResp.h) (revision 1f8abdd821041623392d18cf4f80cad9ae1bf246) +++ sources/model/MTreatmentParametersResp.h (.../MTreatmentParametersResp.h) (revision 95a840fc93f1a2cd65732d835fad2aca0f03f28e) @@ -31,35 +31,35 @@ * * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:------------------------------: | - * | 53 | 0x020 | 6 | Rsp | Y | HD | UI | Treatment Parameters Response | + * |0x3500| 0x020 | 6 | Rsp | Y | HD | UI | Treatment Parameters Response | * * | Payload || * | || * | #1:(U32) | \ref Data::requestValid | - * | #2:(U32) | \ref bloodFlowRate | - * | #3:(U32) | \ref dialysateFlowRate | - * | #4:(U32) | \ref duration | - * | #5:(U32) | \ref heparinStopTime | - * | #6:(U32) | \ref salineBolus | - * | #7:(U32) | \ref acidConcentrate | - * | #8:(U32) | \ref bicarbonateConcentrate | - * | #9:(U32) | \ref dialyzerType | - * | #10:(U32) | \ref bloodPressureMeasureInterval | - * | #11:(U32) | \ref rinsebackFlowRate | - * | #12:(U32) | \ref arterialPressureLimitLow | - * | #13:(U32) | \ref arterialPressureLimitHigh | - * | #14:(U32) | \ref venousPressureLimitLow | - * | #15:(U32) | \ref venousPressureLimitHigh | - * | #16:(U32) | \ref heparinDispensingRate | - * | #17:(U32) | \ref heparinBolusVolume | - * | #18:(U32) | \ref dialysateTemp | + * | #2:(U32) | \ref Data::bloodFlowRate | + * | #3:(U32) | \ref Data::dialysateFlowRate | + * | #4:(U32) | \ref Data::duration | + * | #5:(U32) | \ref Data::heparinStopTime | + * | #6:(U32) | \ref Data::salineBolus | + * | #7:(U32) | \ref Data::acidConcentrate | + * | #8:(U32) | \ref Data::bicarbonateConcentrate | + * | #9:(U32) | \ref Data::dialyzerType | + * | #10:(U32) | \ref Data::bloodPressureMeasureInterval | + * | #11:(U32) | \ref Data::rinsebackFlowRate | + * | #12:(U32) | \ref Data::arterialPressureLimitLow | + * | #13:(U32) | \ref Data::arterialPressureLimitHigh | + * | #14:(U32) | \ref Data::venousPressureLimitLow | + * | #15:(U32) | \ref Data::venousPressureLimitHigh | + * | #16:(U32) | \ref Data::heparinDispensingRate | + * | #17:(U32) | \ref Data::heparinBolusVolume | + * | #18:(U32) | \ref Data::dialysateTemp | * * \sa Data * *

Logging info

* | || * | || - * | typeText | Datum | + * | typeText | Event | * | unitText | HD | * | infoText | TreatmentParametersResponse | * @@ -93,7 +93,7 @@ public: - Type_Enum typeText () const override { return Type_Enum::eDatum; } + Type_Enum typeText () const override { return Type_Enum::eEvent; } Unit_Enum unitText () const override { return Unit_Enum::eHD ; } QString infoText () const override { return QString("TreatmentParametersResponse"); }