#include <sys/msg.h>
Go to the source code of this file.
Classes | |
struct | evf::prg |
Namespaces | |
evf | |
#define MAX_MSG_SIZE |
Definition at line 10 of file queue_defs.h.
Referenced by evf::Vulture::hasStarted(), evf::Vulture::hasStopped(), evf::RawCache::initialise(), evf::FUEventProcessor::stopSlavesAndAcknowledge(), and evf::FUEventProcessor::subWeb().
#define MAX_PIPE_BUFFER_SIZE 0x1000 |
Definition at line 42 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor(), and evf::FUEventProcessor::subWeb().
#define MSGQ_MESSAGE_TYPE_RANGE 0xfff |
Definition at line 13 of file queue_defs.h.
Referenced by evf::SlaveQueue::rcv(), evf::MasterQueue::rcv(), evf::SlaveQueue::rcvNonBlocking(), evf::MasterQueue::rcvNonBlocking(), evf::SlaveQueue::rcvNonBlockingAny(), and evf::FUEventProcessor::subWeb().
#define MSQM_MESSAGE_TYPE_CRASH 0x016 |
Definition at line 26 of file queue_defs.h.
#define MSQM_MESSAGE_TYPE_FSTOP 0x003 |
Definition at line 17 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receiving(), and evf::FUEventProcessor::supervisor().
#define MSQM_MESSAGE_TYPE_MCS 0x004 |
Definition at line 18 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor().
#define MSQM_MESSAGE_TYPE_NOP 0x000 |
Definition at line 15 of file queue_defs.h.
Referenced by evf::Vulture::control(), and evf::MsgBuf::MsgBuf().
#define MSQM_MESSAGE_TYPE_PRG 0x008 |
Definition at line 19 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor().
#define MSQM_MESSAGE_TYPE_RLI 0x012 |
Definition at line 24 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receiving(), and evf::FUEventProcessor::sigmon().
#define MSQM_MESSAGE_TYPE_RLR 0x014 |
Definition at line 25 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receiving(), and evf::FUEventProcessor::supervisor().
#define MSQM_MESSAGE_TYPE_STOP 0x002 |
Definition at line 16 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receiving(), and evf::FUEventProcessor::stopSlavesAndAcknowledge().
#define MSQM_MESSAGE_TYPE_TRP 0x00c |
Definition at line 21 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor().
#define MSQM_MESSAGE_TYPE_WEB 0x00a |
Definition at line 20 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor(), and evf::FUEventProcessor::subWeb().
#define MSQM_VULTURE_TYPE_STA 0x00e |
Definition at line 22 of file queue_defs.h.
Referenced by evf::Vulture::control(), and evf::Vulture::start().
#define MSQM_VULTURE_TYPE_STP 0x010 |
Definition at line 23 of file queue_defs.h.
Referenced by evf::Vulture::control(), and evf::Vulture::stop().
#define MSQS_MESSAGE_TYPE_MCR 0x202 |
Definition at line 30 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor().
#define MSQS_MESSAGE_TYPE_NOP 0x000 |
Definition at line 28 of file queue_defs.h.
#define MSQS_MESSAGE_TYPE_PRR 0x208 |
Definition at line 32 of file queue_defs.h.
#define MSQS_MESSAGE_TYPE_SLA 0x200 |
Definition at line 29 of file queue_defs.h.
Referenced by evf::SlaveQueue::rcv(), and evf::SlaveQueue::rcvNonBlocking().
#define MSQS_MESSAGE_TYPE_STOP 0x204 |
Definition at line 31 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receiving(), and evf::FUEventProcessor::stopSlavesAndAcknowledge().
#define MSQS_MESSAGE_TYPE_TRR 0x20c |
Definition at line 34 of file queue_defs.h.
Referenced by evf::FUEventProcessor::summarize().
#define MSQS_MESSAGE_TYPE_WEB 0x20a |
Definition at line 33 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor(), and evf::FUEventProcessor::subWeb().
#define MSQS_VULTURE_TYPE_ACK 0x20e |
Definition at line 35 of file queue_defs.h.
Referenced by evf::Vulture::control(), evf::Vulture::hasStarted(), and evf::Vulture::hasStopped().
#define MSQS_VULTURE_TYPE_DON 0x210 |
Definition at line 36 of file queue_defs.h.
#define NUMERIC_MESSAGE_SIZE 32 |
Definition at line 38 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor(), evf::FUEventProcessor::sigmon(), evf::Vulture::stop(), and evf::FUEventProcessor::supervisor().
#define PIPE_READ 0 |
Definition at line 40 of file queue_defs.h.
Referenced by evf::FUEventProcessor::subWeb().
#define PIPE_WRITE 1 |
Definition at line 41 of file queue_defs.h.
Referenced by evf::FUEventProcessor::receivingAndMonitor().
#define QUEUE_ID 137 /* base ID of queue to generate.M->S = odd, S->M = even */ |
Definition at line 9 of file queue_defs.h.
Referenced by evf::MasterQueue::MasterQueue(), and evf::SlaveQueue::SlaveQueue().