#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/msg.h>
#include "../header.hh"
Include dependency graph for SMcommon.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SharedMemory |
struct | SHM_PARAM |
Defines | |
#define | KEYFILE_PATH "/daq/DAQ/lifetime/CounterTest/CounterDAQ" |
#define | PROJ_CHAR (char)'r' |
#define | FIN (int)6 |
#define | PAUSE (int)16 |
#define | RESTART (int)18 |
|
Definition at line 18 of file SMcommon.h. |
|
Definition at line 16 of file SMcommon.h. |
|
Definition at line 19 of file SMcommon.h. |
|
Definition at line 17 of file SMcommon.h. |
|
Definition at line 20 of file SMcommon.h. |