- 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 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
-
Martin Killenberg authored
removed obsolete duplicate test from the xml parser test. duplicates are possible and sometimes useful (?)
-
Martin Killenberg authored
library compiles and tests are passing, except for duplicate test which has to be adapted and is not implemented yet
-
- Oct 20, 2017
-
-
Martin Killenberg authored
- Changes update to readLatest to allow consistent testing
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 19, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Oct 18, 2017
-
-
Martin Killenberg authored
changed variable mapper to actually produce spectra description, and the factory works out of the box. nice
-
- 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
changed to test also check auto-creation of arrays. Currently failing because spectra are auto-created
-
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
finally made the tests work with the new spectrum class. Fortunately this time the fault was at the test
-
Martin Christoph Hierholzer authored
-
- Oct 07, 2017
-
-
Martin Killenberg authored
-
- Sep 15, 2017
-
-
Martin Killenberg authored
added test that is sensitive on scalars and arrays (here spectra) really being read and written in a server. Currently failing because the syncutil is not worling with the new DoocsSpectrum implementation. The adapter currently really is broken
-
- 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
-
Martin Killenberg authored
-
- Sep 05, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
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
-
Martin Killenberg authored
- Sep 04, 2017
-
-
Martin Killenberg authored
-
Martin Killenberg authored
server based test for global writeable flag. all 'positive' tests moved from testVariableMapper to server based now. Errorhandling stays extra for the moment.
-