CAEN MCA  0.99.10
SDK for Hexagon
CHANGELOG.md
Go to the documentation of this file.
1 # Changelog{#changelog}
2 \tableofcontents
3 
4 # Release notes
5 
6 ## 0.99.13 (2024-03-04)
7 - New features:
8  - Support to Red Eagle boards
9 - Other:
10  - Updates in dependency libraries
11 
12 ## 0.99.12 (2024-02-29)
13 - New features:
14  - Support to RTC datetime set/get
15  - Support to spectrum start and stop acq datetime
16 
17 ## 0.99.11 (2023-10-23)
18 - New features:
19  - Support to temperature sensor based stabilization mode
20 
21 ## 0.99.10 (2023-05-10)
22 - Other:
23  - Improved stability on connection when acquisition is on
24  - Removed limit of 1024 open/close of the same device
25 
26 ## 0.99.9 (2020-10-26)
27 - New features:
28  - ::DATAMASK_ENERGY_SPECTRUM_SAMPLE_ID data mask
29 - Other:
30  - Minor bug-fixes
31 
32 ## 0.99.8 (2020-01-20)
33 - New features:
34  - `#define`s in CAENMCATypes.h moved to `int32_t` and filled by the library.
35  This forces user to use dynamic allocated memory in some cases, but allows
36  a greater level of retro and forward compatibility for the library.
37  - Improved support for local instance of the server, to support non-standalone boards
38 - Other:
39  - Minor bug-fixes
40 
41 ## 0.99.7 (2019-09-05)
42 - New features:
43  - ::CAEN_MCA_HANDLE_PARENT handle type to b used with CAEN_MCA_GetAncestorHandle()
44  - ::DATAMASK_LIST_GETSKIMEVTS data mask for list mode
45  - Preliminary support for local instance of the server, to support non-standalone boards
46 - Other:
47  - Minor bug-fixes
48 
49 ## 0.99.6 (2019-07-05)
50 - New features:
51  - Support for Multi Channel Scaler
52  - ::CAEN_MCA_DATA_MCSSPECTRUM data type
53  - ::CAEN_MCA_CMD_MCS_SWEEP command
54  - ::CAEN_MCA_CMD_MCS_SPECTRUM_CLEAR command
55  - Support for ΔT spectrum
56  - ::CAEN_MCA_HANDLE_DTSPECTRUM handle type
57  - ::CAEN_MCA_DATA_DTSPECTRUM data type
58  - ::CAEN_MCA_CMD_DTSPECTRUM_CLEAR command
59  - ::DATAMASK_BRDINFO_NDTSPECTRA data mask
60  - Support for gain stabilization
61  - ::CAEN_MCA_CMD_GAIN_STABILIZER_RESET and relative masks
62  - ::DATAMASK_ENERGY_SPECTRUM_STABILIZER_ENABLE data mask
63  - Support for sample changer
64  - ::CAEN_MCA_CMD_SAMPLE_ADVANCE command
65 - Other:
66  - Minor bug-fixes
67 
68 ## 0.99.1 (2018-11-17)
69 - New features:
70  - ::CAEN_MCA_CMD_HV_ONOFF command and relative masks (\ref HVOutputCommandDataMask)
71  - ::DATAMASK_CMD_SAVE_HV_RELOAD
72  - Documentation of \ref parameters
73 - Changes:
74  - ::WAVEFORM_MAXLEN changed from 16384 to 32768
75 - Other:
76  - Minor bug-fixes
77 
78 ## 0.99.0 (2018-08-31)
79 - First public release