Sang Woo Kim 0eebeb8d79 fix(qgroup): non-atomic group get must read channel-less Const fields
A non-atomic group get (record[atomic=false]) gated each field read on
`pDbChannel && leafNode`, so fields with no dbChannel were silently
skipped. MappingInfo::Const fields carry a constant value rather than a
channel, so a non-atomic get returned them at their cloneEmpty() defaults
(0 / 0.0 / ""), while the atomic get and monitor paths return the constant.

Mirror the atomic branch's field selection in the non-atomic branch: skip
only Proc/Structure and read every other field, taking the per-field
DBLocker only when a channel is present. getGroupField() already handles
channel-less fields via field.info, so Const fields populate correctly.
2026-05-24 14:13:25 -07:00
2025-11-19 17:54:10 -08:00
2025-12-22 18:17:44 -08:00
doc
2026-02-27 08:19:09 +00:00
2026-02-09 18:02:00 -08:00
2026-01-05 14:40:26 -08:00
2025-10-01 10:21:53 -07:00
2026-05-24 14:13:25 -07:00
2026-05-24 14:13:25 -07:00
2023-08-14 21:17:42 -07:00
2023-11-20 10:59:44 -08:00
2023-08-22 15:09:42 +02:00
2025-08-07 15:15:37 -07:00
2022-04-05 12:01:28 -07:00
2025-04-03 10:40:21 +01:00
2025-12-22 18:17:44 -08:00
2019-10-23 13:29:31 -07:00
2023-05-26 08:49:27 -07:00
2025-07-31 09:35:42 +01:00
doc
2024-07-31 21:47:08 -07:00
2025-10-07 09:51:25 -07:00
2026-02-11 07:20:03 -08:00
S
Description
The "new" pvAccess library
Readme BSD-3-Clause
2.7 MiB
Languages
C++ 95.9%
Python 2.1%
Makefile 1.3%
Shell 0.3%
CMake 0.2%
Other 0.1%