ChimeraTK-DeviceAccess  03.18.00
sharedDummyHelpers.h File Reference
#include <sys/file.h>
#include <boost/interprocess/managed_shared_memory.hpp>
#include <iostream>
#include <string>
#include <utility>
+ Include dependency graph for sharedDummyHelpers.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

◆ MirrorRequestType

enum MirrorRequestType : int
strong
Enumerator
from 
to 
stop 

Definition at line 13 of file sharedDummyHelpers.h.

Function Documentation

◆ createExpectedShmName()

std::string createExpectedShmName ( std::string  instanceId_,
std::string  mapFileName_,
std::string  userName 
)

Definition at line 16 of file sharedDummyHelpers.h.

+ Here is the call graph for this function:

◆ shm_exists()

bool shm_exists ( std::string  shmName)

Definition at line 24 of file sharedDummyHelpers.h.