- Jun 11, 2020
-
-
Jens Georg authored
-
- Jun 04, 2020
-
-
Jens Georg authored
-
Jens Georg authored
-
- May 20, 2020
-
-
vargheseg authored
It is possible to set values too quickly into the referenceTestApplication sender process variables leading to buffer overflows and loss of information in the receive variablesr queue. The test was failed intermittently for this reason, A sleep has been used to slow down the producer as a woe , but a proper fix would involve the referenceTestApplication doing its own rate limiting on buffer overflow situations.
-
- Apr 24, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- 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 Killenberg authored
-
Martin Christoph Hierholzer authored
-
- Apr 09, 2020
-
-
Christoph Kampmeyer authored
- Clean up serverTestDataMatching - Fix missing include in test
-
- Apr 07, 2020
-
-
Christoph Kampmeyer authored
- Fix default setting for imported locations (solves #39) - Test for imported scalar properties
-
- Jan 27, 2020
-
-
vargheseg authored
Extra space at the end of a property name has been removed in the latest version of doocs. These tests were modified to work with this change: - testCSAdapterEqFct - testDoocsPVFactory
-
- Jun 26, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 21, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 11, 2019
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
- Jun 06, 2019
-
-
Jens Georg authored
-
Jens Georg authored
Fixes #28
-
- May 31, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- May 29, 2019
-
-
Martin Killenberg authored
-
- May 28, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
Started implementing consistent macro pulse numbers in process variables. Only scalars at the moment. No dediacted tests yet, but adapted ZMQ test which failed.
-
- May 24, 2019
-
-
Martin Killenberg authored
It breaks on bionc (don't know why) This reverts commit cdd0598b.
-
Martin Killenberg authored
-
- May 22, 2019
-
-
Martin Killenberg 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.
-
- May 07, 2019
-
-
Jens Georg authored
-
- May 06, 2019
-
-
Jens Georg authored
To be reverted once DOOCS with an eq_exit method has been released
-
- May 03, 2019
-
-
Jens Georg authored
-
Jens Georg authored
Otherwise we run into a deadlock or random crashes
-
Jens Georg authored
Follow-up fix for 32d3728c It seems that setting up zmq might take longer than expected. Add additional delay and move initial write after subscription to make sure we really receive the inital event
-
- Apr 30, 2019
-
-
Jens Georg authored
-
- Apr 29, 2019
-
-
Jens Georg authored
The change in test application causes FROM_DEVICE values to be written only if the TO_DEVICE variables are modified.
-
- 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
Helps debugging a bit
-
Jens Georg authored
Bubble up the type to the parent class
-