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

@@ -61,15 +61,23 @@ add_library(whisper-com STATIC
src/WHISPER/Messages/Leave.cpp
include/WHISPER/Messages/Ping.hpp
src/WHISPER/Messages/Ping.cpp
include/WHISPER/Messages/Pong.hpp
src/WHISPER/Messages/Pong.cpp
include/WHISPER/Messages/stringData.hpp
src/WHISPER/Messages/stringData.cpp
include/WHISPER/Messages/Protos/message.pb.cc
include/WHISPER/Messages/Protos/join.pb.cc
include/WHISPER/Messages/Protos/leave.pb.cc
include/WHISPER/Messages/Protos/ping.pb.cc
include/WHISPER/Messages/Protos/pong.pb.cc
include/WHISPER/Messages/Protos/stringData.pb.cc
)
@@ -102,18 +110,18 @@ target_include_directories(whisper-com PUBLIC
loguru
)
# add_executable(mainRcv
add_executable(mainRcv
# src/mainRecv.cpp
src/mainRecv.cpp
# )
# target_link_libraries(mainRcv
# loguru
# whisper-com
)
target_link_libraries(mainRcv
loguru
whisper-com
# )
)
#
# Everything TEST related