]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commit
DASH: Use CA monitor w/ callbacks
authorOle Artz <ole.artz@t-online.de>
Mon, 14 Aug 2017 09:50:48 +0000 (11:50 +0200)
committerOle Artz <ole.artz@t-online.de>
Mon, 14 Aug 2017 09:50:48 +0000 (11:50 +0200)
commitd15f246cd739abebf550b8c058a1166608a487c8
treeb2eb9d83d35f78eeade7a080f03ebcdc84da132d
parent257c364ef0bbc58d56d8a78e68921d015bf71282
DASH: Use CA monitor w/ callbacks

Instead of our own thread continuously polling the PVs
we now use the built-in CA *monitor* capabilities to
be informed about PV status changes (connected/disconnected,
value change) via callback functions.
python_suite/dashboard/dashboard.py