mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 00:48:54 +01:00
test
This commit is contained in:
5
tests/include/tests/testenum.h
Normal file
5
tests/include/tests/testenum.h
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#pragma once
|
||||||
|
#include <cstdint>
|
||||||
|
enum class func_id{read_data, read_int};
|
||||||
|
constexpr size_t MB = 1048576;
|
||||||
|
constexpr size_t DATA_SIZE = 50*MB;
|
||||||
Reference in New Issue
Block a user