Clean up data types.
This commit is contained in:
@@ -32,8 +32,8 @@ signals:
|
||||
|
||||
private:
|
||||
|
||||
std::optional<uint32_t> executeRead(const BCValue& value);
|
||||
std::optional<uint32_t> executeWrite(const BCValue& value);
|
||||
std::optional<bcdata_t> executeRead(const BCValue& value);
|
||||
std::optional<bcdata_t> executeWrite(const BCValue& value);
|
||||
|
||||
using BCValueQueue = QQueue<const BCValue*>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user