Mercurial > public > ostc_companion
comparison OSTC2Operations.h @ 8:21ce6187d32e
Minor changes done by automatic style checker
| author | Ideenmodellierer |
|---|---|
| date | Mon, 12 Jan 2026 13:51:17 +0000 |
| parents | 0b3630a29ad8 |
| children |
comparison
equal
deleted
inserted
replaced
| 7:0969ef86c42d | 8:21ce6187d32e |
|---|---|
| 42 | 42 |
| 43 #include "OSTC3Operations.h" | 43 #include "OSTC3Operations.h" |
| 44 | 44 |
| 45 ////////////////////////////////////////////////////////////////////////////// | 45 ////////////////////////////////////////////////////////////////////////////// |
| 46 /// \brief new OSTC2 (Bluetooth) is just an OSTC3 in a different package. | 46 /// \brief new OSTC2 (Bluetooth) is just an OSTC3 in a different package. |
| 47 class OSTC2Operations | 47 class OSTC2Operations : public OSTC3Operations |
| 48 : public OSTC3Operations | |
| 49 { | 48 { |
| 50 /// \brief Returns "OSTC2" | 49 /// \brief Returns "OSTC2" |
| 51 QString model() const override; | 50 QString model() const override; |
| 52 CompanionFeatures supported() const override; | 51 CompanionFeatures supported() const override; |
| 53 | 52 |
| 58 /// Everything is formated for the description() string. | 57 /// Everything is formated for the description() string. |
| 59 /// \throws if something goes wrong. | 58 /// \throws if something goes wrong. |
| 60 void getIdentity() override; | 59 void getIdentity() override; |
| 61 | 60 |
| 62 QStringList listPorts() const override; | 61 QStringList listPorts() const override; |
| 63 // QRegExp portTemplate() const override; | 62 // QRegExp portTemplate() const override; |
| 64 QRegularExpression portTemplate() const override; | 63 QRegularExpression portTemplate() const override; |
| 65 | 64 |
| 66 QString firmwareTemplate() const override; | 65 QString firmwareTemplate() const override; |
| 67 | 66 |
| 68 ////////////////////////////////////////////////////////////////////////// | 67 ////////////////////////////////////////////////////////////////////////// |
