|
|
Go to the documentation of this file. 1 #ifndef EVENTFILTER_UTILITIES_QUEUE_DEFS_H
2 #define EVENTFILTER_UTILITIES_QUEUE_DEFS_H
10 #define MAX_MSG_SIZE 0x8000
13 #define MSGQ_MESSAGE_TYPE_RANGE 0xfff
15 #define MSQM_MESSAGE_TYPE_NOP 0x000
16 #define MSQM_MESSAGE_TYPE_STOP 0x002
17 #define MSQM_MESSAGE_TYPE_FSTOP 0x003
18 #define MSQM_MESSAGE_TYPE_MCS 0x004
19 #define MSQM_MESSAGE_TYPE_PRG 0x008
20 #define MSQM_MESSAGE_TYPE_WEB 0x00a
21 #define MSQM_MESSAGE_TYPE_TRP 0x00c
22 #define MSQM_VULTURE_TYPE_STA 0x00e
23 #define MSQM_VULTURE_TYPE_STP 0x010
24 #define MSQM_MESSAGE_TYPE_RLI 0x012
25 #define MSQM_MESSAGE_TYPE_RLR 0x014
26 #define MSQM_MESSAGE_TYPE_CRASH 0x016
28 #define MSQS_MESSAGE_TYPE_NOP 0x000
29 #define MSQS_MESSAGE_TYPE_SLA 0x200
30 #define MSQS_MESSAGE_TYPE_MCR 0x202
31 #define MSQS_MESSAGE_TYPE_STOP 0x204
32 #define MSQS_MESSAGE_TYPE_PRR 0x208
33 #define MSQS_MESSAGE_TYPE_WEB 0x20a
34 #define MSQS_MESSAGE_TYPE_TRR 0x20c
35 #define MSQS_VULTURE_TYPE_ACK 0x20e
36 #define MSQS_VULTURE_TYPE_DON 0x210
38 #define NUMERIC_MESSAGE_SIZE 32
42 #define MAX_PIPE_BUFFER_SIZE 0x1000
50 unsigned long int mtype;