mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
merge resolved
This commit is contained in:
@ -68,6 +68,8 @@
|
||||
|
||||
// typedef char mystring[MAX_STR_LENGTH];
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
class slsDetectorDefs {
|
||||
public:
|
||||
@ -1297,3 +1299,13 @@ typedef struct {
|
||||
#else
|
||||
} sls_detector_module;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
//TODO! discuss this
|
||||
#include <vector> //hmm... but currently no way around
|
||||
namespace sls{
|
||||
using Positions = const std::vector<int> &;
|
||||
using defs = slsDetectorDefs;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user