bazza2jw / open62541Cpp

C++ Wrappers for Open62541 Version 0.3
35 stars 22 forks source link

feat: clean up include paths for open62541cpp includes #11

Closed Pro closed 3 years ago

Pro commented 3 years ago

This changes the include paths to use the prefix of the package as a subfolder.

e.g., #include <open62541server.h>

is now: #include <open62541cpp/open62541server.h>

It is common practice to have include files in a specific subdirectory to avoid any name conflicts and clearly state which file to include.

Note that this is very likely a breaking change. We are currently evaluating your library and may use it more extensively, therefore there may come more breaking-change improvement PRs in the upcoming months.