-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outstation Database Configuration #27
Comments
Hello, yep that issue you just made seems exactly it. Just need to allow the configuration of the database types since currently pybind11 just takes the default and doesn't allow you to change it |
@Xelus22 , Thanks for following up the issue. Please follow PR #38. And check the example examples/stack_config_examples.py |
addressed with #39 |
@Xelus22 , issue addressed by PR #38., now available at develop branch, and check the example examples/stack_config_examples.py |
I solved the problem modifying src/asiodnp3/DatabaseConfig.h adding a method with a lamba function ("setBinaryConfig") . The pybind11 library has some limitations when it comes to binding templated classes or structs like EventConfig. Below the changes : .def_property_readonly( |
Just leaving this here as an issue as this new fork (of pydnp3) does not solve the inherent issue of Pybind11
ChargePoint/pydnp3#11
The text was updated successfully, but these errors were encountered: