extract method

This commit is contained in:
John
2023-11-10 07:24:21 +01:00
parent e345b40d34
commit 009729cbdf
2 changed files with 105 additions and 91 deletions
+5
View File
@@ -378,6 +378,11 @@ class FileDevice : public Device {
*/
bool handleEnhancedBufferedData(symbol_t* value, ArbitrationState* arbitrationState);
/**
* Called when reception of an info ID was completed.
*/
void notifyInfoRetrieved();
/** the arbitration master address to send when in arbitration, or @a SYN. */
symbol_t m_arbitrationMaster;