rename AdcEndpointPrser to AdcEndpoint

fixes
This commit is contained in:
Timur A. Fatkhullin
2024-11-02 23:59:20 +03:00
parent 75b42f40e5
commit fb43a2b378
5 changed files with 72 additions and 381 deletions

View File

@@ -281,6 +281,8 @@ public:
void processMessage(auto& msg)
{
typedef std::decay_t<decltype(msg)> msg_t;
typedef std::vector<serialized_t> attr_vec_t;
attr_vec_t attrs;