Index: sources/model/dg/data/MDGLoadCellReadingsData.h =================================================================== diff -u -r12e7b6dda53cf8db7707c7fa55dcf6137e7d6997 -rf55997d0ae3f14b8dbe1cfad700edc73d5cdd80b --- sources/model/dg/data/MDGLoadCellReadingsData.h (.../MDGLoadCellReadingsData.h) (revision 12e7b6dda53cf8db7707c7fa55dcf6137e7d6997) +++ sources/model/dg/data/MDGLoadCellReadingsData.h (.../MDGLoadCellReadingsData.h) (revision f55997d0ae3f14b8dbe1cfad700edc73d5cdd80b) @@ -30,10 +30,17 @@ * \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 | \ref Data::mReservoir1Prim | \ref Data::mReservoir1Bkup | \ref Data::mReservoir2Prim | \ref Data::mReservoir2Bkup | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: | + * |0x0C00| 0x080 | 8 | 10 Hz | N | DG | All | DG Load Cell Readings Data | * + * | Payload || + * | || + * | #1:(F32) | \ref Data::mReservoir1Prim | + * | #2:(F32) | \ref Data::mReservoir1Bkup | + * | #3:(F32) | \ref Data::mReservoir2Prim | + * | #4:(F32) | \ref Data::mReservoir2Bkup | + * * \sa Data * */