ADD: added new basic messages and added the parentID as an part of the identifier
This commit is contained in:
@@ -23,7 +23,11 @@ namespace WHISPER
|
||||
{
|
||||
return ownID_;
|
||||
}
|
||||
|
||||
|
||||
std::uint32_t whispercomm::getParentID()
|
||||
{
|
||||
return parentID_;
|
||||
}
|
||||
|
||||
void whispercomm::connect(std::shared_ptr<threadSafeQueue<WHISPER::Message>> receiver)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user