Skip to content
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

Add job types for local OD access #46

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nattgris
Copy link

I needed to configure some PDOs dynamically based on application state. This was the only way I could do it, because the PDO configuration objects are otherwise only accessible via the bus. The same mechanism may be useful for other things.

It could also be useful to access large objects synchronized with the c-open thread, but for that the API functions should probably take void* and size instead. Something to consider.

Change-Id: I61c77b2966a97b499ce975cc0725f1cc20ff0ab2
@nattgris
Copy link
Author

It could perhaps be useful to let the object access function know whether the access is local or remote, so they can e.g. skip validation for local writes (such as for the PDO configuration objects). Object initialization from defaults and store should also be local then.

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

Successfully merging this pull request may close these issues.

1 participant