- 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
-
- Apr 02, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Mar 06, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Mar 04, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
- Feb 13, 2019
-
-
Martin Christoph Hierholzer authored
change type of macro pulse number PV to int64_t (as this is the data type expected by DOOCS) and convert if necessary via the TypeChangingDecorator
-
- Feb 12, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
- added missing lock guard - added missing reset of dataReceived flag
-