comparison crc_wrapper.h @ 11:6fba58c4964b

Minor changes done by automatic style checker
author Ideenmodellierer
date Mon, 12 Jan 2026 13:57:24 +0000
parents 115cfa4a3239
children
comparison
equal deleted inserted replaced
10:9a3c1a6f9833 11:6fba58c4964b
11 Q_OBJECT 11 Q_OBJECT
12 public: 12 public:
13 explicit CrcWrapper(QObject *parent = nullptr); 13 explicit CrcWrapper(QObject *parent = nullptr);
14 14
15 void init(p_cm_t p_cm); 15 void init(p_cm_t p_cm);
16 void cm_next(p_cm_t p_cm,int ch); 16 void cm_next(p_cm_t p_cm, int ch);
17 17
18 uint32_t CRC_CalcBlockCRC(uint32_t *buffer, uint32_t words); 18 uint32_t CRC_CalcBlockCRC(uint32_t *buffer, uint32_t words);
19
20
21 }; 19 };
22 20
23 #endif // CRC_WRAPPER_H 21 #endif // CRC_WRAPPER_H