mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 17:57:17 +01:00
moving SharedMemory into namespace sls
This commit is contained in:
@@ -11,6 +11,8 @@ struct Data {
|
||||
char mess[50];
|
||||
};
|
||||
|
||||
using namespace sls;
|
||||
|
||||
TEST_CASE("Create SharedMemory read and write") {
|
||||
|
||||
SharedMemory<Data> shm(0, -1);
|
||||
|
||||
Reference in New Issue
Block a user