Index: sources/model/hd/data/MTreatmentTimeData.h =================================================================== diff -u -rf55997d0ae3f14b8dbe1cfad700edc73d5cdd80b -r4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9 --- sources/model/hd/data/MTreatmentTimeData.h (.../MTreatmentTimeData.h) (revision f55997d0ae3f14b8dbe1cfad700edc73d5cdd80b) +++ sources/model/hd/data/MTreatmentTimeData.h (.../MTreatmentTimeData.h) (revision 4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9) @@ -31,15 +31,25 @@ * \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 | \ref Data::mTotal | \ref Data::mElapsed | \ref Data::mRemaining | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: | + * |0x0D00| 0x040 | 7 | 1 Hz | N | HD | All | Treatment Time Data | * * | Payload || * | || + * | #1:(U32) | \ref Data::mTotal | + * | #2:(U32) | \ref Data::mElapsed | + * | #3:(U32) | \ref Data::mRemaining | * * \sa Data * + *