Cleanup datatypes.

This commit is contained in:
2025-12-23 14:58:54 +01:00
parent 01912c75ef
commit b219a71cba
10 changed files with 80 additions and 42 deletions

View File

@@ -15,8 +15,8 @@ public:
DriverState loadDriver() override;
DriverState initDriver() override;
bcdata_t readRawValue ( BCDevice::ID deviceID, BC::ID registerID ) const override;
void writeRawValue( BCDevice::ID deviceID, BC::ID registerID, bcdata_t value ) const override;
uint32_t readRawValue ( BCDevice::ID deviceID, BC::ID registerID ) const override;
void writeRawValue( BCDevice::ID deviceID, BC::ID registerID, uint8_t value ) const override;
QString getNodeName( unsigned char id );