mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-15 20:43:45 +01:00
WIP
This commit is contained in:
@@ -284,6 +284,12 @@ format
|
||||
Y = 1 /**< Y dimension */
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
struct coordinates {
|
||||
int x{0};
|
||||
int y{0};
|
||||
};
|
||||
#endif
|
||||
/**
|
||||
enable/disable flags
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user