first version of InternalUDPService

This commit is contained in:
Henry Winkel
2022-11-12 14:23:12 +01:00
parent 3006f79883
commit 84305eb7fa
16 changed files with 1924 additions and 136 deletions

View File

@@ -66,14 +66,15 @@ namespace WHISPER {
std::int32_t sourceType_;
std::int32_t deviceId_;
void addPayLoad(std::shared_ptr<google::protobuf::Any> any);
void addPayLoad(std::string any);
std::string serialize();
protected:
void addPayLoad(std::shared_ptr<google::protobuf::Any> any);
// void addPayLoad(std::string any);
messages::header::Message msg;
};