Mercurial > public > ostc_companion
comparison OSTC_CR_Operations.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 Implementing various low-level operations for OSTC3-S8 dive computer | 46 /// \brief Implementing various low-level operations for OSTC3-S8 dive computer |
| 47 class OSTCcROperations | 47 class OSTCcROperations : public OSTC3Operations |
| 48 : public OSTC3Operations | |
| 49 { | 48 { |
| 50 /// \brief Returns "OSTC_cR" | 49 /// \brief Returns "OSTC_cR" |
| 51 QString model() const override; | 50 QString model() const override; |
| 52 CompanionFeatures supported() const override; | 51 CompanionFeatures supported() const override; |
| 53 | 52 |
| 55 /// \brief Read OSTC3-S8 computer firmware, serial and custom text. | 54 /// \brief Read OSTC3-S8 computer firmware, serial and custom text. |
| 56 /// Everything is formated for the description() string. | 55 /// Everything is formated for the description() string. |
| 57 /// \throws if something goes wrong. | 56 /// \throws if something goes wrong. |
| 58 void getIdentity() override; | 57 void getIdentity() override; |
| 59 | 58 |
| 60 QString firmwareTemplate() const override; | 59 QString firmwareTemplate() const override; |
| 61 | 60 |
| 62 ////////////////////////////////////////////////////////////////////////// | 61 ////////////////////////////////////////////////////////////////////////// |
| 63 public: | 62 public: |
| 64 OSTCcROperations(); | 63 OSTCcROperations(); |
| 65 }; | 64 }; |
