Refactor debug logging across bridge implementations

This commit is contained in:
João Brázio 2025-10-06 12:57:04 +01:00
parent 9b4d93d112
commit fb46e5cc8a
No known key found for this signature in database
GPG key ID: 56A1490716A324DD
7 changed files with 48 additions and 70 deletions

View file

@ -21,7 +21,7 @@ public:
*
* @return true if the bridge is initialized and running, false otherwise.
*/
virtual bool getState() const = 0;
virtual bool isRunning() const = 0;
/**
* @brief A method to be called on every main loop iteration.