Skip to content

Commit

Permalink
Comms: Convert LogReplayLink to Signals/Slots
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Aug 4, 2024
1 parent 1627bed commit bd35ad0
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 415 deletions.
2 changes: 1 addition & 1 deletion src/Comms/LinkInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class LinkInterface : public QThread
Q_INVOKABLE virtual void disconnect() = 0;

virtual bool isConnected() const = 0;
virtual bool isLogReplay() { return false; }
virtual bool isLogReplay() const { return false; }

SharedLinkConfigurationPtr linkConfiguration() { return m_config; }
uint8_t mavlinkChannel() const;
Expand Down
Loading

0 comments on commit bd35ad0

Please sign in to comment.