first version of InternalUDPService
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user