Refactor debug logging across bridge implementations
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user