ChimeraTK-DeviceAccess
03.18.00
|
#include <sys/file.h>
#include <boost/interprocess/managed_shared_memory.hpp>
#include <iostream>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
struct | TestLocker |
Enumerations | |
enum | MirrorRequestType : int { MirrorRequestType::from = 1, MirrorRequestType::to, MirrorRequestType::stop } |
Functions | |
std::string | createExpectedShmName (std::string instanceId_, std::string mapFileName_, std::string userName) |
bool | shm_exists (std::string shmName) |
|
strong |
Enumerator | |
---|---|
from | |
to | |
stop |
Definition at line 13 of file sharedDummyHelpers.h.
std::string createExpectedShmName | ( | std::string | instanceId_, |
std::string | mapFileName_, | ||
std::string | userName | ||
) |
bool shm_exists | ( | std::string | shmName | ) |
Definition at line 24 of file sharedDummyHelpers.h.