- Jun 04, 2020
-
-
Jens Georg authored
-
- May 13, 2020
- May 07, 2020
-
-
vargheseg authored
Added code to support zmq sending in cretaeDoocsIfff function.
-
- May 06, 2020
- Apr 24, 2020
-
-
Martin Killenberg authored
* compiles but untested * existing tests for app->CS still passing.
-
- Apr 23, 2020
-
-
Martin Killenberg authored
- Shows up in Doocs - Test does not check functionality yet, just that it's there
-
Martin Killenberg authored
-
- Apr 22, 2020
-
-
Martin Christoph Hierholzer authored
-
- Apr 07, 2020
-
-
Christoph Kampmeyer authored
- Fix default setting for imported locations (solves #39) - Test for imported scalar properties
-
- Mar 02, 2020
-
-
Jens Georg authored
Since Doocs 20.1 this is thrown if the name of the property exceeds 64 characters
-
- Feb 05, 2020
-
-
Martin Christoph Hierholzer authored
This is a new requirement from ApplicationCore.
-
- Dec 09, 2019
-
-
Martin Killenberg authored
By default, the timestamp that is attached to a variable is the global time stamp, which is only set updated by update() in the adapter, which is not used otherwise. The adapter already was setting it for the time stamp that is attached to the variable itself, but not for the time stamp that used for archiving. This has been fixed. Now the time stamps in the Doocs histories are set correctly. To test it run example2 of ApplicationCore, togehter with the oven_sim simulation and watch Oven.heatingCurrent.HIST
-
- Sep 11, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jul 10, 2019
-
-
Jens Georg authored
-
- Jun 27, 2019
-
-
Martin Christoph Hierholzer authored
output warning if data is thrown away due to failed consistency matching between macro pulse number and actual data
-
- Jun 26, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 24, 2019
-
-
Jens Georg authored
-
- Jun 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This reverts commit aa0bd46e. It does not fix the bug.
-
- Jun 14, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 12, 2019
-
-
Martin Christoph Hierholzer authored
Workaround for the svr_writer thread (of DOOCS) to block location mutexes for a very long time if many big D_spectrum are written. The write is now only done if necessary (i.e. after a modification) and the lock is released for a short period of time to make sure RPC calls don't get blocked for too long.
-
Martin Christoph Hierholzer authored
-
- Jun 11, 2019
-
-
Jens Georg authored
- Preallocate the unordered set with worst-case size before the loop - Perform insert and lock in one step using the return value of insert
-
Martin Christoph Hierholzer authored
Allow to set the data matching mode. This for now only allows to switch off the DataConsistencyGroup matching for the attached macro pulse number.
-
- Jun 06, 2019
-
-
Martin Christoph Hierholzer authored
Do not throw exception if the eq_fct_code in the DOOCS config file is not 10 and no code has expilicitly specified in the DoocsVariableMap.xml file.
-
Martin Christoph Hierholzer authored
throw error if a read-only spectrum is defined with more than one buffer
-
Jens Georg authored
Fixes #28
-
- May 31, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-