- Apr 30, 2021
-
-
Martin Christoph Hierholzer authored
No test yet, hence ticket added on github #63
-
- Mar 26, 2021
-
-
Martin Killenberg authored
- Mar 16, 2021
-
-
Martin Christoph Hierholzer authored
-
- Mar 11, 2021
-
-
Martin Christoph Hierholzer authored
Reason: otherwise error messages are sometimes appearing at server start/shutdown because sending is not possible at that time.
-
- Feb 16, 2021
-
-
Automated MSK Jenkins User authored
-
Martin Killenberg authored
-
- Dec 09, 2020
-
-
Automated MSK Jenkins User authored
-
Martin Killenberg authored
-
- Dec 07, 2020
-
-
Automated MSK Jenkins User authored
-
- Dec 03, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
If a header-only library requires linking a 3rd party library, the ..._LIBRARIES variable could not be used in depending projects, because it contained NOTFOUND.
-
- Nov 20, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
this will be cleared once the initial value has been received
-
Martin Christoph Hierholzer authored
- Nov 18, 2020
-
-
Automated MSK Jenkins User authored
-
Jens Georg authored
-
- Nov 04, 2020
-
- Oct 22, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
Removed libtine linking workaround from FindDOOCS. Doocs libraries now are themselves linked correctly against tine.
- Oct 21, 2020
-
-
Martin Christoph Hierholzer authored
Without this optimisation, the llrfctrl server fails to process its updates in time and massively loses data.
-
- Sep 30, 2020
-
- Sep 29, 2020
-
-
vargheseg authored
Test module for confirming that value changes on ConstrolSystemAdapter defined doocs types are propagated to its zmq subscribers. Intended for cases where the value change happens through the doocs system (like through the doocs panels, EqFct::set etc..). Tested: - DoocsProcessScalar Pending tests: - DoocsProcessArray - DoocsSpectrum - DoocsIfff
-
- Sep 28, 2020
-
-
vargheseg authored
dmsg_info.ident is set to 0 when DoocsProcessArray and DoocsProcessScalar do not have a macropulse source defined. This is what the other supported types do currently; behavior should be consistent between the types with this commit. Revert this if it is not the intended behavior.
-
- Sep 27, 2020
-
-
vargheseg authored
Use macros below without needing to import the boost::unit_test namespace: - DOOCS_ADAPTER_DEFAULT_FIXTURE - DOOCS_ADAPTER_DEFAULT_FIXTURE_STATIC_APPLICATION_WITH_CODE
-
- Sep 23, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
vargheseg authored
-
vargheseg authored
The adapter publishes value changes made from the control system side for the following types: DoocsSpectrum DoocsIfff DoocsProcessArray DoocsProcessScalar
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This fixes some spurious failures, potentially caused by making the ZeroMQ connection too early
-
- Sep 22, 2020
-
-
Martin Christoph Hierholzer authored
DOOCS now sends initial value polled via RPC, but this one is still asynchronous to the ZeroMQ subscription. Hence to be sure our test works we still need to wait for this initial value and then check that values are coming through the ZeroMQ subscription.
-
- Sep 21, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Tomasz Kozak authored
-