handle enhanced side data without bus signal as well

This commit is contained in:
John
2022-12-17 18:57:13 +01:00
parent 4c2c198842
commit 68540b1d6c
2 changed files with 17 additions and 0 deletions
+8
View File
@@ -301,6 +301,14 @@ class Device {
bool m_resetRequested;
private:
/**
* Handle the already buffered enhanced data.
* @param value the reference in which the read byte value is stored.
* @param arbitrationState the variable in which to store the current/received arbitration state (mandatory for enhanced proto).
* @return true if the value was set, false otherwise.
*/
bool handleEnhancedBufferedData(symbol_t* value, ArbitrationState* arbitrationState);
/** the @a DeviceListener, or nullptr. */
DeviceListener* m_listener;