-
01.11.043eedeb81 · ·
New PATCH release 01.11.04 Changes since 01.11.03: - chore: update for latest doocs version - fix: mem leak / shared pointer loop (lsan) - test: statusCodeSource of set_error - fix: use of deprecated DOOCS header files - fix: linter warnings - fix(test): race condition - fix(tests): location lock around EqFct::set() - chore: remove boost compatibility workaround - fix: set_error with not explicitly mapped source - fix: coding style - chore: remove "emtyServerFunctions.h" header - chore: move cmake_minimum_required to first line
-
01.11.0366e131d0 · ·
New PATCH release 01.11.03 Changes since 01.11.02: - fix: compile with latest DOOCS version
-
01.11.0215c74a95 · ·
New PATCH release 01.11.02 Changes since 01.11.01: - fix: increase ZMQ HWM length from 1 to 10 - fix: enforce unique timestamp (per property)
-
01.11.017ff54ccf · ·
New PATCH release 01.11.01 Changes since 01.11.00: - fix: location codes != 10 discarded by DOOCS - fix: timestamp mismatch ZMQ/RPC for inputs
-
01.11.00890fe6bb · ·
New MINOR release 01.11.00 Changes since 01.10.02: - fix: Add new server variables from CSA (#130) - fix: Override fct_code() to return our fct_code (#129) - fix: Stray whitespace in test (#126) - chore!: use doocs::Server instead of legacy interface
-
-
01.10.01ced31491 · ·
New PATCH release 01.10.01 Changes since 01.10.00: fix(test): missing comp_code in DOOCS 23.12.0 Due to an API change bug in DOOCS 23.12.0 the comp_code enum with the error values returned by EqCall has been bemoved from the public API. This fixes the test until the DOOCS API is adapted in the next release by copying the code from the private interface.
-
01.10.008d18f739 · ·
New MINOR release 01.10.00 Changes since 01.09.00: - refactor: MappedImage moved to DeviceAccess - fix: include TypeChangingDecorator.h from DeviceAccess - fix: Include eq_res.h for comp_code - doc: Add note regarding full household export
-
-
01.09.000b882085 · ·
New MINOR release 01.09.00 Changes since 01.08.00: - fix: compilation fails with new DOOCS
-
01.08.0053236f2d · ·
New MINOR release 01.08.00 Changes since 01.07.00: * use lib install dir defined by GNUInstallDirs this should fix library search problems on Tumbleweed * chore: modernize cmake (#101) use imported targets make dependency on DOOCS private remove dependency glib
-
01.07.01499905b6 · ·
New PATCH release 01.07.01 * fix of zmq error code * Added EPICS7IOC as option to set_control_system_adapter * update MappedImage construction (#95)
-
01.07.00cf848e44 · ·
New MINOR release 01.07.00 Changes since 01.06.01: - Wip false data loss warning (#92) - Drothe/wip 10305 doocsimg (#89)
-
01.06.012794f3d0 · ·
New PATCH release 01.06.01 Changes since 01.06.00: Spectrum: Add missing description (#88) fix for latest DOOCS version Project template updates
-
01.06.00565f7f38 · ·
New MINOR release 01.06.00 Changes since 01.05.02: * refactoring - get rid of much of the code duplicates by moving functionality to base class PropertyBase - make timestamp handling more consistent - make data consistency group usage more consistent accross different classes - formal code style fixes - some formal code cleaning and documentation * enable ZMQ for D_xy * put error into ZMQ status
-
01.05.02ebc13228 · ·
New PATCH release 01.05.02 Changes since 01.05.01: - fix crash if property array length mismatch
-
01.05.017f5f4e4b · ·
New PATCH release 01.05.01 Changes since 01.05.00: - fix multi-mapped variable with macro pulse number attached (cf. #9960) - use hasProcessVariable to query, instead of nullptr result
-
01.05.00edb8ed77 · ·
New MINOR release 01.05.00 Changes since 01.04.02: - fix test - feature: synchronise multi-mapped writeable variables - feature: error reporting from StatusMonitor/StatusAggregators via set_error
-
01.04.0230964e1a · ·
New PATCH release 01.04.02 Changes since 01.04.01: Work-around for DAQ issues with timestamps
-
01.04.0126166993 · ·
New PATCH release 01.04.01 * partial fix for #9836 This fixes that cleared error codes appear in DOOCS history where error is not yet cleared. It is only a partial fix since the history still contains more data than was intended; intended was only first invalid data point * do not send out identical time stamps on the same property (#67) Identical time stamps are considered to have identical data when DOOCS checks for inconsistencies on silent ZeroMQ connections. If on the same property new data is set without changing the VersionNumber, the timestamp will now be altered by 1 microsecond. This is more like a temporary work around. A feature request to DOOCS should be made to introduce a distinction between a "server timestamp" and a "source timestamp" like it is realised in OPC UA. * fix headers not being shown in QtCreator