lnls-dig / halcs

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

[smio] Implement dynamic loading of SMIOs module #165

Open lerwys opened 7 years ago

lerwys commented 7 years ago

Problem: Currently, we don't have a way of dynamic loading a new SMIO module. At each new SMIO, we need to recompile HALCS to include this new SMIO.

In fact, this should not be necessary nor desirable, as to improve decoupling of components.

Possible Solution: We can use a dlopen () approach to dynamic loading a new SMIO module as a dynamic library.