#include <boost/interprocess/creation_tags.hpp>
#include <boost/interprocess/detail/os_file_functions.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/interprocess/mapped_region.hpp>
#include <boost/interprocess/shared_memory_object.hpp>
#include <boost/interprocess/sync/named_semaphore.hpp>
#include <ArmarXCore/core/logging/Logging.h>
Go to the source code of this file.
|
| boost::interprocess::named_semaphore | InitSem (const std::string &semName) |
| |
| boost::interprocess::shared_memory_object | InitSHM (const std::string &sharedMemoryName) |
| |