- Feb 27, 2018
-
-
Automated MSK Jenkins User authored
-
- Jan 08, 2018
-
- Dec 19, 2017
-
-
Martin Christoph Hierholzer authored
-
- Dec 11, 2017
-
-
Martin Killenberg authored
- fixed last tests which were not using timeout based checks
-
- Nov 06, 2017
-
-
Martin Killenberg authored
introduced flag to indicate when doocs initialisation is done. Removed all sleeps in the server based tests.
-
- Oct 31, 2017
-
-
Martin Killenberg authored
Removed update functions completely. The long sleep made the server unresponsive. Instead the call to run update in the tests was replaces with a sleep. Sometimes fails, as expected with a fixed timeout, but it was as hack anyway.
-
Martin Killenberg authored
changed updater to run in its own thread. Tests still using doocs update, which is just doing an insanely long sleep of 1 second.
-
Martin Killenberg authored
-
- Oct 30, 2017
-
-
Martin Killenberg authored
separated DoocsSpectrum into header and cc file, as it should be. It was still header only from the time where it was a tempates class.
-
Martin Killenberg authored
all EqFcts are using common updater. Tests passing, but locking is not done properly across EqFcts (race conditions with RPC calls possible).
-
- 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 27, 2017
-
-
Martin Killenberg authored
-
- Oct 24, 2017
-
-
Martin Killenberg authored
Updater is using a vector of callbacks now. Not working as intended because there are different decorators where they should be the same.
-
- Oct 23, 2017
-
-
Martin Killenberg authored
changed interface of VariableMapper (list of descriptions instead of map because concept of 1:1 mapping does not work). Class compiles, but the rest of the lib incl. tests is not adapted yet
-
- Oct 20, 2017
-
-
Martin Killenberg authored
-
- Oct 19, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 18, 2017
-
-
Martin Killenberg authored
-
- Oct 17, 2017
-
-
Martin Killenberg authored
-
- 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
-
- Oct 10, 2017
-
-
Martin Killenberg authored
-
- Oct 09, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
removed map which has been put into the DoocsAdapter class in the beginning but the put into the updater
-
- Oct 07, 2017
-
-
Martin Killenberg authored
-
- Oct 05, 2017
-
-
Martin Killenberg authored
-
- Sep 16, 2017
-
-
Martin Killenberg authored
factored out common functionality into DoocsTransferElement class. ReadAsync probably has wrong implementation.
-
- Sep 14, 2017
-
-
Martin Killenberg authored
DoocsSpectrum derrives from TransferElement in the new scheme. update in server not working any more, need to also change DoocsScalar and then call readLatest on all.
-
Martin Killenberg authored
*** Intermediate commit, not working *** Trying to make DoocsSpectum constuctible by name. Failing because the syncUtil is failing with decorators. Needs larger refactoring
-
Martin Killenberg authored
-
- Sep 05, 2017
-
-
Martin Killenberg authored
removed direct use of CSA::ProcessArray (which is the implementation) and replaced it with NDRegisterAccessor (the base class) in the adapter. Usage in tests still pending
-
Martin Killenberg authored
-
- Sep 04, 2017
-
-
Martin Killenberg authored
-
- Sep 01, 2017
-
-
Martin Killenberg authored
added cherry picking test and improved exeption handling in case of missing attributes (not auto-tested yet)
-
Martin Killenberg authored
-