ADD: added usage of a async callback for testing

This commit is contained in:
Henry Winkel
2023-08-10 10:48:24 +02:00
parent 6d0f7edc67
commit c7fea6f5cc
2 changed files with 19 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ namespace DirectCommunication
void sendMessage(std::string msg);
std::string getLatestMessage();
void disconnect();
void registerMessageCallback(std::function<void(std::string)> MessageHandle);