c-open icon indicating copy to clipboard operation
c-open copied to clipboard

Add job types for local OD access

Open nattgris opened this issue 4 years ago • 2 comments

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.

nattgris avatar Sep 15 '21 13:09 nattgris

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.

nattgris avatar Jan 14 '22 10:01 nattgris