ChimeraTK-DeviceAccess 03.19.00
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 class  MirrorRequestType : int { from = 1 , to , 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 class 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:
+ Here is the caller graph for this function:

◆ shm_exists()

bool shm_exists ( std::string  shmName)

Definition at line 24 of file sharedDummyHelpers.h.

+ Here is the caller graph for this function: