Main Page
Namespaces
Files
File List
File Members
include
ecl
ipc.hpp
Go to the documentation of this file.
1
9
/*****************************************************************************
10
** Ifdefs
11
*****************************************************************************/
12
13
#ifndef ECL_IPC_HPP_
14
#define ECL_IPC_HPP_
15
16
/*****************************************************************************
17
** Includes
18
*****************************************************************************/
19
20
#ifdef emit
21
#undef emit
22
#define replace_qt_emit
23
#endif
24
25
#include "
ipc/semaphore.hpp
"
26
#include "
ipc/shared_memory.hpp
"
27
28
#ifdef replace_qt_emit
29
#define emit
30
#endif
31
32
#endif
/*ECL_IPC_HPP_*/
semaphore.hpp
Provides a class for securing shared data between processes.
shared_memory.hpp
Provides a class for sharing data between processes.
ecl_ipc
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:17