lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[devio] Implement safe way of getting SDB info #161

Closed lerwys closed 7 years ago

lerwys commented 7 years ago

Problem: We don't have a concurrent-safe way of reading SDB info after HALCS initialization. This can cause concurrent issues by using a external program, like the sdb-read-lnls.

lerwys commented 7 years ago

Although not optimal, the current way of getting the SDB is safe.