Index: sources/model/dg/data/MDGTemperaturesData.h =================================================================== diff -u -r12e7b6dda53cf8db7707c7fa55dcf6137e7d6997 -rf55997d0ae3f14b8dbe1cfad700edc73d5cdd80b --- sources/model/dg/data/MDGTemperaturesData.h (.../MDGTemperaturesData.h) (revision 12e7b6dda53cf8db7707c7fa55dcf6137e7d6997) +++ sources/model/dg/data/MDGTemperaturesData.h (.../MDGTemperaturesData.h) (revision f55997d0ae3f14b8dbe1cfad700edc73d5cdd80b) @@ -30,18 +30,25 @@ * \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) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | - * |0x2D00| 0x080 | 8 | 2 Hz | N | DG | All | DG Temperatures Data | \ref Data::mInletPrimaryHeater | \ref Data::mOutletPrimaryHeater | \ref Data::mConductivitySensor1 | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: + * |0x2D00| 0x080 | 8 | 2 Hz | N | DG | All | DG Temperatures Data * - * | #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 | + * | Payload || + * | || + * | # 1:(F32) | \ref Data::mInletPrimaryHeater | + * | # 2:(F32) | \ref Data::mOutletPrimaryHeater | + * | # 3:(F32) | \ref Data::mConductivitySensor1 | + * | # 4:(F32) | \ref Data::mConductivitySensor2 | + * | # 5:(F32) | \ref Data::mOutletRedundancy | + * | # 6:(F32) | \ref Data::mInletDialysate | + * | # 7:(F32) | \ref Data::mPrimaryHeaterThermoCouple | + * | # 8:(F32) | \ref Data::mTrimmerHeaterThermoCouple | + * | # 9:(F32) | \ref Data::mPrimaryHeaterColdJunction | + * | #10:(F32) | \ref Data::mTrimmerHeaterColdJunction | + * | #11:(F32) | \ref Data::mPrimaryHeaterInternal | + * | #12:(F32) | \ref Data::mTrimmerHeaterInternal | * - * | #9:(F32) | #10:(F32) | #11:(F32) | #12:(F32) | - * | :--: |:--: |:--: |:--: | - * | \ref Data::mPrimaryHeaterColdJunction | \ref Data::mTrimmerHeaterColdJunction | \ref Data::mPrimaryHeaterInternal | \ref Data::mTrimmerHeaterInternal | - * * \sa Data * */