ADD: added new basic messages and added the parentID as an part of the identifier

This commit is contained in:
Henry Winkel
2023-01-19 16:03:58 +01:00
parent 49bdb28535
commit 73b15d235a
32 changed files with 2140 additions and 140 deletions

View File

@@ -18,7 +18,7 @@ namespace WHISPER {
Leave(std::string receivedMessage);
Leave(std::uint32_t deviceID, SourceType src,std::uint32_t port, std::string addr);
Leave(std::uint32_t parentID,std::uint32_t deviceID, SourceType src,std::uint32_t port, std::string addr);
};
}