HMIProject / open62541-sys

2 stars 2 forks source link

Add back export logic of wrapper items #12

Closed sgoll closed 3 months ago

sgoll commented 3 months ago

Description

This adds back the logic regarding the use of RS_ prefixes to whitelist custom exported items. It also adds back the tests that check that our custom exports still appear in the generated bindings (even though they are treated as internal).

uklotzde commented 3 months ago

I didn't consider the use case that we want to check the availability of our own exports. The old comment mentioned the use case to check for platform differences.

Use the RS_ prefix consistently even if not needed for disambiguation is reasonable.