Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

[smio] Implement dynamic loading of SMIOs module #165

Open
lerwys opened this issue Aug 30, 2017 · 0 comments
Open

[smio] Implement dynamic loading of SMIOs module #165

lerwys opened this issue Aug 30, 2017 · 0 comments

Comments

@lerwys
Copy link
Contributor

lerwys commented Aug 30, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant