- May 31, 2019
-
-
Martin Killenberg authored
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- May 16, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- May 15, 2019
-
-
Jan H. K. Timm authored
This commit belongs to issue #4, allow to set the EqFct code in mapping file. In VariableMapper a std::map with location(string) and code(int) was added. With getLocationAndCode() this map is returned and used in eq_creat.cc to add missing locations with 10 default, or with 'code' set in the <location> tag in the mappinmg xml file.
-
- Apr 30, 2019
-
-
Jens Georg authored
-
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
-
Jens Georg authored
It basically decorated the AutoPropertyDescription with the type which is now in AutpPropertyDescription
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
Parse "type" attribute for normal properties
-
Jens Georg authored
Bubble up the type to the parent class
-
- Apr 10, 2019
-
-
Martin Christoph Hierholzer authored
-
- Apr 02, 2019
-
-
Martin Christoph Hierholzer authored
-
- Mar 06, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
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
-
Martin Christoph Hierholzer authored
-
- Feb 11, 2019
-
-
Martin Christoph Hierholzer authored
-
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
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 29, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jan 23, 2019
-
-
Jens Georg authored
Fixes DOOCS server shutdown lock-up
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
- Aug 27, 2018
-
-
Martin Christoph Hierholzer authored
Added persistency for D_spectrum properties. This resolves #11 partially only, since there is no option to switch it off. I am not sure if that is needed though.
-
- Aug 08, 2018
-
-
vargheseg authored
Issue: Server throws when there are no device module variables: terminate called after throwing an instance of 'std::logic_error' what(): ReadAnyGroup has no element with AccessMode::wait_for_new_data. Aborted (core dumped) This commit introduces a workaround as proposed by jens: void DoocsUpdater::updateLoop(){ if (_elementsToRead.empty()) { return; } This commit is intended to be reverted if the above strategy has side effects.
-