1 #include <framework/pcore/zmq/messages/ZMQNoIdMessage.h>
3 #include <framework/logging/Logger.h>
10 B2ASSERT(
"The message is an event message",
11 not
isMessage(EMessageTypes::c_eventMessage));
12 return getMessagePartAsString<c_data>();
18 const auto& type = getMessagePartAsString<c_type>();
19 return type.size() == 1 and type[0] ==
static_cast<char>(isType);