mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02: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