Skip to content

Commit

Permalink
[IvyQtLink] Add IvyQt getter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-B committed Jan 18, 2023
1 parent 27cfcc0 commit 5bd3e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/pprzlinkQt/IvyQtLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace pprzlink {
void UnbindMessage(long bindId);
void sendMessage(const Message& msg);
long sendRequest(const Message& msg, messageCallback_t cb);
IvyQt* ivy() {return bus;}

signals:
void serverConnected();
Expand Down

0 comments on commit 5bd3e24

Please sign in to comment.