Implemented messaging prototype for OpenSpace sending updated property values - work in progress

This commit is contained in:
aniisaaden
2020-09-16 16:02:56 +02:00
parent 0407e8df7d
commit b0403489ac
2 changed files with 78 additions and 6 deletions

View File

@@ -80,6 +80,7 @@ public:
bool sendMessage(std::string message);
//bool sendMessage(const SoftwareConnection::Message& message);
void handleProperties();
SoftwareConnection::Message receiveMessage();