- Jun 15, 2021
-
-
Martin Killenberg authored
-
- Jun 11, 2021
-
-
Martin Killenberg authored
- The macro is getting the name from the test suite, which is done with a #define. At this point the auto-formatter puts spaces in between because it thinks its a minus sign.
-
- Jun 07, 2021
-
-
Jens Georg authored
Test accomapnying the previous fix that if data on incoming variables is sent out via ZMQ and data matching was none that there will be an event id attached to it
-
- Jun 03, 2021
-
-
Jens Georg authored
Also, for the "trivial" datatypes such as scalar, array, IFFF enable attaching a macropulse number on incoming variables so we can send out updates from e.g. JDDD panels out via ZMQ
-
- May 03, 2021
-
-
Martin Christoph Hierholzer authored
-
- Apr 30, 2021
-
-
Martin Christoph Hierholzer authored
-
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
-