23 std::cout <<
"snd::Slave failed to post message - error:" << strerror(
31 if (rc == -1 && errno != ENOMSG) {
33 "rcv::Slave failed to get message from queue - error:";
34 serr += strerror(errno);
36 }
else if (rc == -1 && errno == ENOMSG)
43 if (rc == -1 && errno != ENOMSG) {
53 if (rc == -1 && errno != ENOMSG) {
55 "rcvnb::Slave failed to get message from queue - error:";
56 serr += strerror(errno);
58 }
else if (rc == -1 && errno == ENOMSG)
64 unsigned long msg_type = 0;
66 if (rc == -1 && errno != ENOMSG) {
68 "rcvnb::Slave failed to get message from queue - error:";
69 serr += strerror(errno);
71 }
else if (rc == -1 && errno == ENOMSG)
#define MSQS_MESSAGE_TYPE_SLA
#define MSGQ_MESSAGE_TYPE_RANGE
bool rcvQuiet(MsgBuf &ptr)
unsigned long rcvNonBlocking(MsgBuf &ptr)
unsigned long rcvNonBlockingAny(MsgBuf &ptr)
unsigned long rcv(MsgBuf &ptr)
SlaveQueue(unsigned int ind)