Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Ebner
ea5ae0bf3a feat(ex) add event-type to selected fields 2022-02-16 12:01:50 +01:00
Julius Pfrommer
fd08d012d9 Server: Initialize the config in the server 2019-04-23 00:41:32 +02:00
Stefan Profanter
63f3653ff1 Additional header cleanup and consistent name of ns generated files 2019-03-21 20:16:31 +01:00
Julius Pfrommer
c9c818868f Move header files to a more unix-like structure
This commit drops the 'ua_' prefix and changes the public includes
to the form `#include <open62541/server.h>` instead of the old
`#include <ua_server.h>`
2019-03-21 20:16:31 +01:00
Frank Meerkoetter
1648fb8aaa Use EXIT_SUCCESS/FAILURE for the examples
Make use of EXIT_SUCCESS and EXIT_FAILURE from stdlib.h.
The previous approach of returning a value from UA_StatusCode
was often broken as an exit code can (portably) only be between 0 and 125.
2019-02-09 09:34:46 +01:00
Frank Meerkoetter
ba2616e0f1 Spelling and whitespace fixes 2019-02-05 07:58:15 +01:00
matkonnerth
b864e0e03c Nodeset-Compiler: Remove binary encoding from namespace generation 2019-01-09 17:52:45 +01:00