Index: sources/model/td/data/MTDSwitchesData.h =================================================================== diff -u -r1439734e9dc8384eff68c061b2930a737f4cfb5e -r9d27f14c2b528c0f199004614f10d55589e08614 --- sources/model/td/data/MTDSwitchesData.h (.../MTDSwitchesData.h) (revision 1439734e9dc8384eff68c061b2930a737f4cfb5e) +++ sources/model/td/data/MTDSwitchesData.h (.../MTDSwitchesData.h) (revision 9d27f14c2b528c0f199004614f10d55589e08614) @@ -29,8 +29,8 @@ * \brief The MTDSwitchesData class * \details The TD Switches data model * - * | MSG | CAN ID | Type | Ack | Src | Dst | Description | - * |:----:|:------:|:------:|:---:|:---:|:---:|:-----------: | + * | MSG | CAN ID | Type | Ack | Src | Dst | Description | + * |:----:|:------:|:------:|:---:|:---:|:---:|:-----------: | * |0x2100| 0x100 | 1 Hz | N | TD | All | TD Switches Data | * * | Payload || @@ -60,8 +60,8 @@ public: - Type_Enum typeText() const override { return Type_Enum::eDatum ; } - Unit_Enum unitText() const override { return Unit_Enum::eTD ; } + Type_Enum typeText() const override { return Type_Enum::eDatum ; } + Unit_Enum unitText() const override { return Unit_Enum::eTD ; } QString infoText() const override { return QString("Switches") ; }