mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-09 11:30:43 +02:00
first draft of api versioning with client
This commit is contained in:
parent
a154d0a088
commit
b10abd07ee
@ -290,6 +290,12 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
|
|||||||
/** frames per file in receiver */
|
/** frames per file in receiver */
|
||||||
int receiver_framesPerFile;
|
int receiver_framesPerFile;
|
||||||
|
|
||||||
|
/** detector software API version */
|
||||||
|
int detector_software_api_version;
|
||||||
|
|
||||||
|
/** receiver API version */
|
||||||
|
int receiver_api_version;
|
||||||
|
|
||||||
|
|
||||||
} sharedSlsDetector;
|
} sharedSlsDetector;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user