mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-22 04:11:19 +01:00
Compare commits
5 Commits
dev/dbitor
...
developer
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d1d5e9809 | |||
|
|
cfaaf5a973 | ||
| 497b3ed00e | |||
| 300a296c20 | |||
| 01e392b112 |
@@ -29,7 +29,6 @@ Checks: '*,
|
|||||||
-llvmlibc-*'
|
-llvmlibc-*'
|
||||||
|
|
||||||
HeaderFilterRegex: \.h
|
HeaderFilterRegex: \.h
|
||||||
AnalyzeTemporaryDtors: false
|
|
||||||
FormatStyle: none
|
FormatStyle: none
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- { key: readability-identifier-naming.NamespaceCase, value: lower_case }
|
- { key: readability-identifier-naming.NamespaceCase, value: lower_case }
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
SLS Detector Package Major Release x.x.x released on xx.xx.202x
|
SLS Detector Package Major Release x.x.x released on xx.xx.202x
|
||||||
===============================================================
|
===============================================================
|
||||||
|
|
||||||
This document describes the differences between vx.x.x and vx.0.2
|
This document describes the differences between vx.x.x and v10.0.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -35,6 +35,8 @@ instead of the one included in our repo.
|
|||||||
|
|
||||||
Experimental support for building the detector client (including python bindings) on macOS
|
Experimental support for building the detector client (including python bindings) on macOS
|
||||||
|
|
||||||
|
``rx_dbitlist`` keeps the order of the passed bit list
|
||||||
|
|
||||||
2 On-board Detector Server Compatibility
|
2 On-board Detector Server Compatibility
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|||||||
@@ -804,6 +804,8 @@ typedef struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sls_detector_module &operator=(const sls_detector_module &other) {
|
sls_detector_module &operator=(const sls_detector_module &other) {
|
||||||
|
if(this == &other)
|
||||||
|
return *this;
|
||||||
delete[] dacs;
|
delete[] dacs;
|
||||||
delete[] chanregs;
|
delete[] chanregs;
|
||||||
serialnumber = other.serialnumber;
|
serialnumber = other.serialnumber;
|
||||||
|
|||||||
Reference in New Issue
Block a user