- May 03, 2018
-
-
Jens Georg authored
-
- Dec 12, 2017
-
-
Martin Killenberg authored
removed the not necessary experimental switch. The readAny in control system adapter does not have the flag because it is the default behaviour
-
- 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
changed updater to run in its own thread. Tests still using doocs update, which is just doing an insanely long sleep of 1 second.
-
- Oct 30, 2017
-
-
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 27, 2017
-
-
Martin Killenberg authored
-
- Oct 23, 2017
-
-
Martin Killenberg authored
library compiles and tests are passing, except for duplicate test which has to be adapted and is not implemented yet
-
- Aug 28, 2017
-
-
Martin Killenberg authored
made config file to depend on the application name, and fixed execution code for the tests by gracefully quitting the doocs server thread
-
- Aug 25, 2017
-
-
Martin Killenberg authored
-
- Aug 17, 2017
-
-
Martin Killenberg authored
-
- Jun 09, 2017
-
-
Martin Killenberg authored
-
- Nov 14, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
run ApplicatioBase::initialise() in eq_create() and ApplicationBase::run() in eq_init_epilogue(), so the application is only started when all variables are properly initialised.
-
- Nov 11, 2016
-
-
Martin Christoph Hierholzer authored
Added a eq_create function to initialise applications based on the ApplicationBase class. The macros BEGIN_DOOCS_SERVER/END_DOOCS_SERVER are now deprecated.
-