- Apr 30, 2019
-
-
Jens Georg authored
-
Jens Georg authored
-
- Apr 29, 2019
-
-
Jens Georg authored
- Introduce a new D_xy tag which takes x_source and y_source - The two sources are attached to a DataConsistentcyGroup. Only If the consistency group signalizes a consistent state, the data is updated
-
- Apr 11, 2019
-
-
Jens Georg authored
It basically decorated the AutoPropertyDescription with the type which is now in AutpPropertyDescription
-
Jens Georg authored
-
Jens Georg authored
Parse "type" attribute for normal properties
-
Jens Georg authored
Bubble up the type to the parent class
-
- Mar 06, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 13, 2019
-
-
Martin Christoph Hierholzer authored
change type of macro pulse number PV to int64_t (as this is the data type expected by DOOCS) and convert if necessary via the TypeChangingDecorator
-
- Feb 12, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 11, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
so far, only scalars work and the meta data (macro pulse number etc. is missing)
-
Martin Christoph Hierholzer authored
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jul 02, 2018
-
-
Martin Christoph Hierholzer authored
Fixed a type confusion between int64_t (aka long int on 64 bit platforms) and long long int. The types are not identical (in the C++ sense) but bit-compatible. ChimeraTK expects int64_t while DOOCS expects long long int.
-
- Feb 07, 2018
-
-
Martin Christoph Hierholzer authored
fixed another uncought exception when converting e.g. an Inf from double to float (was still occurring for D_spectrum)
-
- Jan 22, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jan 11, 2018
-
-
Martin Christoph Hierholzer authored
Do not stop server (even through assert -> undefined behaviour without Debug flags!) when trying to create a string array. Instead the property is simply ignored and a warning is printed.
-
- Jan 08, 2018
-
- Dec 19, 2017
-
-
Martin Christoph Hierholzer authored
-
- Nov 03, 2017
-
-
Martin Killenberg authored
-
- Oct 28, 2017
-
-
Martin Killenberg authored
changed DoocsFactory to not create unnecessary decorators of the wrong type when auto-creating variables. Test for spectra still failing
-
- Oct 20, 2017
-
-
Martin Killenberg authored
- Changes update to readLatest to allow consistent testing
-
Martin Killenberg authored
-
- Oct 19, 2017
-
-
Martin Killenberg authored
-
- Oct 16, 2017
-
-
Martin Killenberg authored
started with tests for spectrum vs. array. Currently failing because of missing stuff, probably in the xml parser
-
- Oct 13, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 12, 2017
-
-
Martin Killenberg authored
-
- Oct 11, 2017
-
-
Martin Killenberg authored
renamed the intermediate function 'new_create' back to create, which had been removed after it was obsolete
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 10, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 09, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-